This action will force synchronization from copy/JavaO2O, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
/*Navicat MySQL Data TransferSource Server : mypcSource Server Version : 50717Source Host : localhost:3306Source Database : o2oTarget Server Type : MYSQLTarget Server Version : 50717File Encoding : 65001Date: 2018年01月23日 20:07:04*/SET FOREIGN_KEY_CHECKS=0;-- ------------------------------ Table structure for tb_shop-- ----------------------------DROP TABLE IF EXISTS `tb_shop`;CREATE TABLE `tb_shop` (`shop_id` int(10) NOT NULL AUTO_INCREMENT,`owner_id` int(10) NOT NULL COMMENT '店铺创建人',`area_id` int(5) DEFAULT NULL,`shop_category_id` int(11) DEFAULT NULL,`shop_name` varchar(256) NOT NULL,`shop_desc` varchar(1024) DEFAULT NULL,`shop_addr` varchar(200) DEFAULT NULL,`phone` varchar(128) DEFAULT NULL,`shop_img` varchar(1024) DEFAULT NULL,`priority` int(3) DEFAULT '0',`create_time` datetime DEFAULT NULL,`last_edit_time` datetime DEFAULT NULL,`enable_status` int(2) NOT NULL DEFAULT '0',`advice` varchar(255) DEFAULT NULL,PRIMARY KEY (`shop_id`),KEY `fk_shop_area` (`area_id`),KEY `fk_shop_profile` (`owner_id`),KEY `fk_shop_shopcate` (`shop_category_id`),CONSTRAINT `fk_shop_area` FOREIGN KEY (`area_id`) REFERENCES `tb_area` (`area_id`),CONSTRAINT `fk_shop_profile` FOREIGN KEY (`owner_id`) REFERENCES `tb_person_info` (`user_id`),CONSTRAINT `fk_shop_shopcate` FOREIGN KEY (`shop_category_id`) REFERENCES `tb_shop_category` (`shop_category_id`)) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。