/*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:05:41*/SET FOREIGN_KEY_CHECKS=0;-- ------------------------------ Table structure for tb_area-- ----------------------------DROP TABLE IF EXISTS `tb_area`;CREATE TABLE `tb_area` (`area_id` int(2) NOT NULL AUTO_INCREMENT,`area_name` varchar(200) NOT NULL,`priority` int(2) NOT NULL DEFAULT '0',`create_time` datetime DEFAULT NULL,`last_edit_time` datetime DEFAULT NULL,PRIMARY KEY (`area_id`),UNIQUE KEY `UK_AREA` (`area_name`)) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;-- ------------------------------ Records of tb_area-- ----------------------------INSERT INTO `tb_area` VALUES ('1', '东苑', '5', null, null);INSERT INTO `tb_area` VALUES ('2', '西苑', '2', null, null);INSERT INTO `tb_area` VALUES ('3', '南苑', '1', null, null);INSERT INTO `tb_area` VALUES ('4', '北苑', '2', null, null);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。