dyjh 6 jaren geleden
bovenliggende
commit
ab920b99e9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      database/migrations/2018_11_09_145439_created_wactch_record.php

+ 1 - 1
database/migrations/2018_11_09_145439_created_wactch_record.php

xqd
@@ -16,7 +16,7 @@ class CreatedWactchRecord extends Migration
         Schema::create('album_watch_record', function (Blueprint $table) {
             $table->increments('id');
             $table->unsignedInteger('agent_id')->comment('经销商id');
-            $table->string('openid_id',100)->comment('客户openid');
+            $table->string('open_id',100)->comment('客户openid');
             $table->unsignedInteger('action')->comment('1 收藏  2查看类目 3查看商品 4登陆');
             $table->string('detail')->nullable()->default(null)->comment('详细');
             $table->timestamps();