数据库起始模型ID
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user