@@ -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('九张图');
});