boolean('rollback')->default(false); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('application_deployment_queues', function (Blueprint $table) { $table->dropColumn('rollback'); }); } };