[数据库]-- mysql建表时添加一个默认时间

1、能够建表测试 drop table if exists t_test; CREATE TABLE t_test(   Id  int(20) NOT NULL AUTO_INCREMENT comment  '自增加id',   student_no          varchar(32) NOT NULL comment          '学生编号',   sys_time  TIMES
相关文章
相关标签/搜索