Answers for "giving default date mysql official documentation"

SQL
1

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 "giving default date mysql official documentation"

Code answers related to "SQL"

Browse Popular Code Answers by Language