Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dameng/single-no-schema/postgres_sys_Login.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ comment on table "Login" is '登录信息';

comment on column "Login"."id" is '唯一标识';

comment on column "Login".""userId"" is '用户id';
comment on column "Login".userId" is '用户id';

comment on column "Login"."type" is '类型
0-密码登录
Expand Down
2 changes: 1 addition & 1 deletion Dameng/single-no-schema/postgres_sys_Request.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ create table "Request"
"method" varchar(10),
"tag" varchar(20) not null,
"structure" text not null,
"detail" varchar(10000),
"detail" varchar(8000),
"date" timestamp(6)
);

Expand Down