这段数据我添加不进去

来源:8-1 商户入驻申请-数据准备(上)

qq_ionicRoyKent_04116743

2017-05-28



http://szimg.mukewang.com/592adf3c00013d8008280265.jpg

写回答

2回答

qq_ionicRoyKent_04116743

提问者

2017-05-29

CREATE TABLE `o2o_city`(
  `id` int(11) unsigned NOT NULL auto_increment,
  `name` VARCHAR(50) NOT NULL DEFAULT '',
  `uname` VARCHAR(50) NOT NULL DEFAULT '',
  `parent_id` int(10) unsigned NOT NULL default 0,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `listorder` int(8) unsigned NOT NULL default 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `create_time` int(11) unsigned NOT NULL default 0,
  `update_time` int(11) unsigned NOT NULL default 0,
  PRIMARY KEY (`id`),
  KEY parent_id(`parent_id`),
  UNIQUE KEY uname(`uname`)
)ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT  CHARSET=utf8;


0
0

singwa

2017-05-29

你好你mysql 是哪个版本的?

0
4
qq_ionicRoyKent_04116743
CREATE TABLE `o2o_city`( `id` int(11) unsigned NOT NULL auto_increment, `name` VARCHAR(50) NOT NULL DEFAULT '', `uname` VARCHAR(50) NOT NULL DEFAULT '', `parent_id` int(10) unsigned NOT NULL default 0, `is_default` tinyint(1) NOT NULL DEFAULT 0,
2017-05-29
共4条回复

Thinkphp5.0仿百度糯米开发多商家电商平台

【毕设】BAT大牛亲授ThinkPHP 5.0,实战中学透新技能,应用于工作

2439 学习 · 1712 问题

查看课程