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