|
@@ -18,7 +18,7 @@ class CreateTableConfigProvince extends Migration
|
|
|
$table->string('area_name',30);
|
|
|
$table->integer('parent_id');
|
|
|
$table->integer('level');
|
|
|
- $table->tinyInteger('sort');
|
|
|
+ $table->tinyInteger('sort')->nullable();
|
|
|
$table->string('area_code',6)->nullable()->comment('地区编码');
|
|
|
$table->string('center',50)->comment('城市中心点(即:经纬度坐标)');
|
|
|
$table->integer('bjcity_id')->nullable()->comment('百度cityid');
|