PL-8057 Dynamic attributes with collection types - dbScript fixed

This commit is contained in:
Maxim Gorbunkov 2016-10-25 15:24:35 +04:00
parent 42c9ea0e22
commit 30f8e51997

View File

@ -1,3 +1,3 @@
alter table SYS_CATEGORY_ATTR add column IS_COLLECTION boolean;
alter table SYS_ATTR_VALUE add column PARENT_ID uuid;
alter table SYS_ATTR_VALUE add column PARENT_ID varchar(36);
alter table SYS_ATTR_VALUE add constraint SYS_ATTR_VALUE_ATTR_VALUE_PARENT_ID foreign key (PARENT_ID) references SYS_ATTR_VALUE(ID);