数据库起始模型ID

This commit is contained in:
molong
2021-07-19 06:22:57 +08:00
parent 45b39943ef
commit f0f7d57a6b

View File

@@ -613,7 +613,7 @@ CREATE TABLE `sent_model` (
`create_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间', `create_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间', `update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='文档模型表'; ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='文档模型表';
# #
# Structure for table "sent_rewrite" # Structure for table "sent_rewrite"