修复smoke.sql可重入并补迁移回滚验证
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
-- 戒烟/抽烟记录主表
|
||||
-- 注意:该表字段来自旧系统(createtime/updatetime/deletetime 为秒级时间戳)
|
||||
|
||||
CREATE TABLE `fa_smoke_log` (
|
||||
CREATE TABLE IF NOT EXISTS `fa_smoke_log` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`uid` int(11) NOT NULL COMMENT '用户ID',
|
||||
`smoke_time` date DEFAULT NULL COMMENT '抽烟时间',
|
||||
|
||||
Reference in New Issue
Block a user