From b5905a9680a796017572b577569342cfed02a43b Mon Sep 17 00:00:00 2001 From: yeziuku <53083103+yeziuku@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:50:31 +0800 Subject: [PATCH] =?UTF-8?q?SQLite=20=E6=95=B0=E6=8D=AE=E5=BA=93=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=20MaxUsers=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/SQLScript/fungame_sqlite.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/SQLScript/fungame_sqlite.sql b/Library/SQLScript/fungame_sqlite.sql index a6d8e1c..c6ba71f 100644 --- a/Library/SQLScript/fungame_sqlite.sql +++ b/Library/SQLScript/fungame_sqlite.sql @@ -37,7 +37,8 @@ CREATE TABLE "rooms" ( "RoomState" INTEGER DEFAULT 0, "IsRank" INTEGER DEFAULT 0, "HasPass" INTEGER DEFAULT 0, -"Password" TEXT DEFAULT '' +"Password" TEXT DEFAULT '', +"MaxUsers" INTEGER DEFAULT 0 ); -- ----------------------------