jsonb('servers')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('setups',function (Blueprint $table) { $table->dropColumn(['servers']); }); } };