|
|
@ -1717,7 +1717,7 @@ CREATE TABLE `yoshop_merchant` ( |
|
|
|
`shop_label` varchar(100) NOT NULL DEFAULT '' COMMENT '标签', |
|
|
|
`shop_label` varchar(100) NOT NULL DEFAULT '' COMMENT '标签', |
|
|
|
`logo_image_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '门店logo图片ID', |
|
|
|
`logo_image_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '门店logo图片ID', |
|
|
|
`license_img_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '营业执照图片ID', |
|
|
|
`license_img_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '营业执照图片ID', |
|
|
|
`user_id` varchar(100) NOT NULL DEFAULT '' COMMENT '买家用户ID', |
|
|
|
`user_name` varchar(100) NOT NULL DEFAULT '' COMMENT '买家用户名', |
|
|
|
`sort` int(11) NOT NULL DEFAULT '0' COMMENT '门店排序(数字越小越靠前)', |
|
|
|
`sort` int(11) NOT NULL DEFAULT '0' COMMENT '门店排序(数字越小越靠前)', |
|
|
|
`is_delete` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', |
|
|
|
`is_delete` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', |
|
|
|
`store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID', |
|
|
|
`store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID', |
|
|
@ -1733,7 +1733,8 @@ CREATE TABLE `yoshop_squarelike` ( |
|
|
|
`store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID', |
|
|
|
`store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID', |
|
|
|
`square_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '动态ID', |
|
|
|
`square_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '动态ID', |
|
|
|
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商户ID、商店ID 隔离商城里面的商户', |
|
|
|
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商户ID、商店ID 隔离商城里面的商户', |
|
|
|
`user_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '买家用户ID', |
|
|
|
`user_name` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '买家用户名', |
|
|
|
|
|
|
|
`real_name` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '真实用户名', |
|
|
|
`is_delete` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', |
|
|
|
`is_delete` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', |
|
|
|
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间', |
|
|
|
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间', |
|
|
|
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间', |
|
|
|
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间', |
|
|
|