소스 검색

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

gq 6 년 전
부모
커밋
309c79b669
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      database/migrations/2019_01_29_172314_add_column_open_id_to_album_user.php

+ 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');
         });
     }