feat(fullstack): Add per-row visibility, add read-only cells, update seeds
This commit is contained in:
@@ -70,10 +70,13 @@ create table form_element_options
|
||||
col_config_filter_operator varchar(255) check (col_config_filter_operator in
|
||||
('EQUALS', 'NOT_EQUALS', 'IS_EMPTY', 'IS_NOT_EMPTY',
|
||||
'CONTAINS', 'NOT_CONTAINS')),
|
||||
col_config_read_only_default_value varchar(255),
|
||||
col_config_source_table_ref varchar(255),
|
||||
label varchar(255) not null,
|
||||
option_value TEXT not null,
|
||||
row_constraint_table_reference varchar(255),
|
||||
col_config_read_only_conditions jsonb,
|
||||
col_config_row_visibility_condition jsonb,
|
||||
visibility_conditions jsonb
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user