| 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();
|