Check out example codes for "sql syntax create timestamp column". It will help you in understanding the concepts better.
Code Example 1
CREATE TABLE tablename (columnname datetime NOT NULL DEFAULT CURRENT_TIMESTAMP)
Learn ReactJs, React Native from akashmittal.com