Skip to content

Commit e1ea3db

Browse files
authored
Update postgres_sys_Login.sql
1 parent 7bd74f8 commit e1ea3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-密码登录

0 commit comments

Comments
 (0)