parent
499825bce5
commit
ee29d66257
@ -0,0 +1,3 @@ |
||||
-- 用户表增加涉密级别字段 |
||||
alter table BIANMU.SYS_USER add SECRET_LEVEL integer default 0 not null; |
||||
comment on column BIANMU.SYS_USER.SECRET_LEVEL is '涉密级别'; |
Reference in new issue