Answers for "created on sql current_timestamp"

Go
0

created_at timestamp sql query

CREATE TABLE t1 (
  created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ,
  updated_at DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
);
Posted by: Guest on May-23-2021

Code answers related to "created on sql current_timestamp"

Browse Popular Code Answers by Language