Web development blog

Tag: mysql

Update and create timestamps with MySQL

Apr.30, 2009

A lot of relational tables need created and update timestamps columns. I prefer having them for all tables with no exception. However, most of applications I am working on are running MySQL. MySQL has minor limitation on timestamps. Unfortunately you can create only one time stamp column that has DEFAULT NOW() value. Read more to see how to avoid this limitation. (continue reading…)
12 Comments :, , , more...

The Content of this blog can be published anywhere with the link to original source.