dyjh 6 年之前
父節點
當前提交
607812492a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      database/migrations/2019_05_20_094445_add_column_banners_to_album_poster.php

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

xqd
@@ -13,7 +13,7 @@ class AddColumnBannersToAlbumPoster extends Migration
      */
     public function up()
     {
-        Schema::table('album_potser', function (Blueprint $table) {
+        Schema::table('album_poster', function (Blueprint $table) {
             //
             $table->longText('banner')->nullable()->default('[]')->comment('九张图');
         });