Rails\' :timestamp column type lies; it\'s actually just an alias for :datetime.
:timestamp
:datetime
I\'m using mysql, and I want to use actual unix-timestamp
this works (just added whitespace character to type definition, so :timestamp doesn't override it):
t.add_column :sometable, :created_at, 'timestamp '