update_time 数据库默认值
2020-07-13 本文已影响0人
风安峻_
update_time 数据库默认值
update_time DATETIME DEFAULT now() on UPDATE now() COMMENT '修改时间';
- 意思为将
update_time这个字段的值设置为该条数据发生改变时的时间
update_time DATETIME DEFAULT now() on UPDATE now() COMMENT '修改时间';
update_time这个字段的值设置为该条数据发生改变时的时间