CODE
1 year ago
5 changed files with 52 additions and 27 deletions
@ -0,0 +1,5 @@ |
|||
alter table project |
|||
add sub_type varchar(255); |
|||
|
|||
comment on column project.sub_type is '子类型-子系统'; |
|||
|
@ -0,0 +1,5 @@ |
|||
alter table "user" |
|||
add role varchar(64); |
|||
|
|||
comment on column "user".role is '角色'; |
|||
|
Loading…
Reference in new issue