Skip to content

Commit 7bd74f8

Browse files
authored
Merge pull request #26 from LeonemZhang/master
Fix: 修改达梦数据库的sql脚本
2 parents 34d74f9 + e93d59b commit 7bd74f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dameng/single-no-schema/postgres_sys_Login.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ comment on table "Login" is '登录信息';
1111

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

14-
comment on column "Login".""userId"" is '用户id';
14+
comment on column "Login".userId" is '用户id';
1515

1616
comment on column "Login"."type" is '类型
1717
0-密码登录

Dameng/single-no-schema/postgres_sys_Request.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ create table "Request"
55
"method" varchar(10),
66
"tag" varchar(20) not null,
77
"structure" text not null,
8-
"detail" varchar(10000),
8+
"detail" varchar(8000),
99
"date" timestamp(6)
1010
);
1111

0 commit comments

Comments
 (0)