dyjh 6 年之前
父節點
當前提交
f79d19adc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      database/migrations/2019_01_19_161909_create_table_customer_cat_record.php

+ 1 - 1
database/migrations/2019_01_19_161909_create_table_customer_cat_record.php

@@ -16,7 +16,7 @@ class CreateTableCustomerCatRecord extends Migration
         Schema::create('customer_cat_record', function (Blueprint $table) {
         Schema::create('customer_cat_record', function (Blueprint $table) {
             $table->increments('id');
             $table->increments('id');
             $table->unsignedInteger('store_id')->comment('store_id');
             $table->unsignedInteger('store_id')->comment('store_id');
-            $table->unsignedInteger('open_id')->comment('open_id');
+            $table->string('open_id',255)->comment('open_id');
             $table->unsignedInteger('agent_id')->comment('agent_id');
             $table->unsignedInteger('agent_id')->comment('agent_id');
             $table->unsignedInteger('cat_id')->comment('cat_id');
             $table->unsignedInteger('cat_id')->comment('cat_id');
             $table->unsignedInteger('style_id')->comment('style_id');
             $table->unsignedInteger('style_id')->comment('style_id');