sql: 更新数据库初始语句

This commit is contained in:
TsMask
2025-04-25 16:19:46 +08:00
parent 151271fdd6
commit 5c09ccc98b
12 changed files with 134 additions and 80 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE "sys_log_login" (
"browser" text(64),
"os" text(64),
"status_flag" text(1),
"msg" text(255),
"msg" text(2048),
"login_time" integer(20),
PRIMARY KEY ("id")
);