Hi, we can do this in mysql like below
`released_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP* ON UPDATE CURRENT_TIMESTAMP,* How to do this in H2? we found a thread [1] on this. But no conclusion in there. [1] http://h2-database.66688.n3.nabble.com/automatic-modified-timestamp-td4004619.html Thanks Kavindu -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
