Archive for the 'MySQL' Category

MySQL: Created & Modified Date Fields

I’ve been searching for an efficient way to set created and modified date fields in MySQL. Of course, this can be done in the application you’re writing, however, I wanted to find a way to automatically do this on the database layer.

Read more on MySQL: Created & Modified Date Fields…