Ver Fonte

Merge branch 'master' of http://git.9026.com/wesley/furniture

gq há 6 anos atrás
pai
commit
309c79b669

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

xqd
@@ -15,7 +15,7 @@ class AddColumnOpenIdToAlbumUser extends Migration
     {
         Schema::table('album_user', function (Blueprint $table) {
             //
-            $table->string('openId',255)->nullable()->default(null)->comment('openid');
+            $table->string('open_id',255)->nullable()->default(null)->comment('openid');
         });
     }