Mysql常见使用技巧

1.datetime 数据的自动更新(update_time)和初始化(create_time)code `create_date` datetime DEFAULT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '建立时间', `update_date` datetime DEFAULT NULL DEFAULT CURRENT_TIMESTAMP ON UP
相关文章
相关标签/搜索