...
|
...
|
@@ -457,3 +457,7 @@ CREATE TABLE `erp_supplier`.`shops_decorator_template_resource` ( |
|
|
PRIMARY KEY (`id`)
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=2905 DEFAULT CHARSET=utf8 COMMENT='店铺装修模板信息';
|
|
|
|
|
|
|
|
|
|
|
|
alter table yhb_operations.help_category add column `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1、正常 2、已删除';
|
|
|
alter table yhb_operations.help_content add column `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1、正常 2、已删除'; |
...
|
...
|
|