nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Create update trigger for mysql's "On update CURRENT_TIMESTAMP" feature #5

Closed akshah123 closed 10 years ago

akshah123 commented 11 years ago

This is a feature request. It would be really great if the migration tool can automatically create a trigger for mysql's timestamp columns that have "ON UPDATE CURRENT_TIMESTAMP" feature enabled.

Here is the forum thread that talks about the solution: http://www.nuodb.com/community/showthread.php?160-ON-UPDATE-CURRENT_TIMESTAMP-equivalent-for-TIMESTAMP-columns

tazija commented 10 years ago

The feature implemented