forked from luyan/epmet-cloud-lingshan
1 changed files with 4 additions and 1 deletions
@ -1 +1,4 @@ |
|||
alter table data_sync_org_data modify column PIDS varchar(1024) comment '所有上级组织。不包含本身!如果是根组织,此列为空串' |
|||
alter table data_sync_org_data modify column PIDS varchar(1024) comment '所有上级组织。不包含本身!如果是根组织,此列为空串'; |
|||
|
|||
CREATE INDEX idx_data_sync_orgid on data_sync_org_data(ORGANIZATION_ID); |
|||
CREATE INDEX idx_data_sync_userorgid on data_sync_user_data(ORGANIZATION_ID); |
Loading…
Reference in new issue