Authored by qianjun

update

@@ -6,7 +6,7 @@ CREATE TABLE `shops_admin` ( @@ -6,7 +6,7 @@ CREATE TABLE `shops_admin` (
6 `id` int(11) unsigned NOT NULL AUTO_INCREMENT, 6 `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
7 `shops_id` int(11) unsigned NOT NULL, 7 `shops_id` int(11) unsigned NOT NULL,
8 `admin_pid` int(11) unsigned NOT NULL, 8 `admin_pid` int(11) unsigned NOT NULL,
9 - `identity` tinyint(3) unsigned DEFAULT '1' COMMENT '1、店长 2、供应商 3、店员', 9 + `identity` tinyint(3) unsigned DEFAULT '1' COMMENT '1、品牌公司 2、品牌经销商3、品牌代运营商4、有货品牌经理 5、有货店铺运营6、有货商品运营7、有货平台运营',
10 `create_time` int(10) unsigned NOT NULL DEFAULT '0', 10 `create_time` int(10) unsigned NOT NULL DEFAULT '0',
11 `update_time` int(10) unsigned NOT NULL DEFAULT '0', 11 `update_time` int(10) unsigned NOT NULL DEFAULT '0',
12 `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1、正常 2、已删除', 12 `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1、正常 2、已删除',