11 ms·
How can I make Ruby on Rails use unix timestamps instead of MySQL DATETIMEs?
by lacerus 15y ago
How can I make Ruby on Rails use unix timestamps instead of MySQL DATETIMEs?
- Confusion 15y agoUse the TIMESTAMP datatype for those columns. Also see the comment by lysol (currently two above you) that indicates that the article is wrong about MySQL.