dropColumn('timezone'); }); Schema::table('appointments', function (Blueprint $table) { $table->string('timezone')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { // } };