简书链接:mysql设置2列为时间戳默认值
文章字数:6,阅读全文大约需要1分钟

1
2
alter table qssq
change createdAt newtime timestamp null default current_timestamp
1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
1