Answers for "how to add a time stamp to a database table"

SQL
0

create table with timestamp mysql youtube

ALTER TABLE `table1` ADD `lastUpdated` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;
Posted by: Guest on June-22-2020

Code answers related to "how to add a time stamp to a database table"

Code answers related to "SQL"

Browse Popular Code Answers by Language