dropColumn('message'); } if(Schema::hasColumn('notifications', 'rendered')) { $table->dropColumn('rendered'); } }); } /** * Reverse the migrations. */ public function down(): void { } };