integer('dynamic_timeout')->default(3600); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('server_settings', function (Blueprint $table) { $table->dropColumn('dynamic_timeout'); }); } };