@@ -9,7 +9,7 @@ return new class extends Migration
public function up()
{
Schema::table('albums', function (Blueprint $table) {
- $table->string('news_img_pc')->comment('列表圖 PC');
+ $table->string('news_banner')->comment('列表圖 PC');
});
}