Answers for "adding generated time in row mysql workbench"

SQL
0

adding generated time in row mysql workbench

ALTER TABLE
 MODIFY dt_created datetime DEFAULT CURRENT_TIMESTAMP

ALTER TABLE
 MODIFY dt_modified datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
Posted by: Guest on May-20-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language