I have this CREATE TABLE for example with two columns which have DEFAULT NOW() so that when a new row gets created, it automatically gets set to the cu
CREATE TABLE
DEFAULT NOW()