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