sql: 更新数据库初始语句
This commit is contained in:
@@ -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")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user