Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7bd74f8

Browse files
Merge pull request APIJSON#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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /