Answers for "mysql default to current date and time"

SQL
3

set default today mysql

ALTER TABLE table
ADD column DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP;
Posted by: Guest on April-08-2021

Code answers related to "mysql default to current date and time"

Code answers related to "SQL"

Browse Popular Code Answers by Language