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