mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
PL-8057 Dynamic attributes with collection types - createDb tests fix
This commit is contained in:
parent
6d836e605f
commit
2be6c43d55
@ -729,7 +729,7 @@ create table SYS_CATEGORY_ATTR (
|
||||
TARGET_SCREENS varchar(4000),
|
||||
WIDTH varchar(20),
|
||||
ROWS_COUNT integer,
|
||||
IS_COLLECTION uuid,
|
||||
IS_COLLECTION boolean,
|
||||
--
|
||||
primary key (ID),
|
||||
constraint SYS_CATEGORY_ATTR_CATEGORY_ID foreign key (CATEGORY_ID) references SYS_CATEGORY(ID)
|
||||
|
Loading…
Reference in New Issue
Block a user