There was an error while loading. Please reload this page.
1 parent 34d74f9 commit e93d59bCopy full SHA for e93d59b
Dameng/single-no-schema/postgres_sys_Login.sql
@@ -11,7 +11,7 @@ comment on table "Login" is '登录信息';
11
12
comment on column "Login"."id" is '唯一标识';
13
14
-comment on column "Login".""userId"" is '用户id';
+comment on column "Login".userId" is '用户id';
15
16
comment on column "Login"."type" is '类型
17
0-密码登录
Dameng/single-no-schema/postgres_sys_Request.sql
@@ -5,7 +5,7 @@ create table "Request"
5
"method" varchar(10),
6
"tag" varchar(20) not null,
7
"structure" text not null,
8
- "detail" varchar(10000),
+ "detail" varchar(8000),
9
"date" timestamp(6)
10
);
0 commit comments