You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
shandan/dbsql/update/update202309.sql

3 lines
165 B

alter table BIANMU.B_DIRECTORY_MEMBERS add APPLY_CHILDREN bit default 0;
comment on column BIANMU.B_DIRECTORY_MEMBERS.APPLY_CHILDREN is '是否应用到子节点';