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