-- 用户表增加涉密级别字段 alter table BIANMU.SYS_USER add SECRET_LEVEL integer default 0 not null; comment on column BIANMU.SYS_USER.SECRET_LEVEL is '涉密级别';