需要使用当前时间、日期,可以使用 SQL 中的 CURDATE() 、NOW()、CURTIME()运算符
INSERT INTO table_name(current_time, column_name2,...) VALUES (NOW(),'', ...)