فهرست منبع

更新安装程序

evoxwht 2 سال پیش
والد
کامیت
ef0ef85a09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      crmeb/app/adminapi/controller/UpgradeController.php

+ 1 - 1
crmeb/app/adminapi/controller/UpgradeController.php

@@ -15451,7 +15451,7 @@ SQL
                 'table' => "system_route",
                 'table' => "system_route",
                 'findSql' => "select * from information_schema.tables where table_name ='@table'",
                 'findSql' => "select * from information_schema.tables where table_name ='@table'",
                 'sql' => "CREATE TABLE IF NOT EXISTS `@table` (
                 'sql' => "CREATE TABLE IF NOT EXISTS `@table` (
-  `id` int(11) NOT NULL DEFAULT '0' AUTO_INCREMENT,
+  `id` int(11) NOT NULL AUTO_INCREMENT,
   `cate_id` int(11) NOT NULL DEFAULT '0' COMMENT '分类',
   `cate_id` int(11) NOT NULL DEFAULT '0' COMMENT '分类',
   `app_name` varchar(20) NOT NULL DEFAULT 'api' COMMENT '应用名',
   `app_name` varchar(20) NOT NULL DEFAULT 'api' COMMENT '应用名',
   `name` varchar(50) NOT NULL DEFAULT '' COMMENT '路由名称',
   `name` varchar(50) NOT NULL DEFAULT '' COMMENT '路由名称',