소스 검색

Merge branch 'develop'

xielin 6 년 전
부모
커밋
a238b07c44
2개의 변경된 파일3265개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      database/migrations/2019_04_23_071015_create_table_config_province.php
  2. 3264 0
      init.sql

+ 1 - 2
database/migrations/2019_04_23_071015_create_table_config_province.php

@@ -19,8 +19,7 @@ class CreateTableConfigProvince extends Migration
             $table->integer('parent_id');//父级ID
             $table->integer('level');//级别
             $table->tinyInteger('sort');//排序
-            $table->string('area_code',50)->nullable()->comment('地区编码');
-            $table->string('city_code',50)->comment('城市编码');
+            $table->string('area_code',6)->nullable()->comment('地区编码');
             $table->string('center',50)->comment('城市中心点(即:经纬度坐标)');
             $table->integer('bjcity_id')->nullable()->comment('百度cityid');
             $table->timestamps();

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3264 - 0
init.sql