fix(#25): Update database sql schema
This commit is contained in:
@@ -63,7 +63,7 @@ create table form_element_options
|
|||||||
create table form_element
|
create table form_element
|
||||||
(
|
(
|
||||||
form_element_order integer,
|
form_element_order integer,
|
||||||
type smallint not null check (type between 0 and 5),
|
type smallint not null check (type between 0 and 6),
|
||||||
form_element_sub_section_id uuid not null,
|
form_element_sub_section_id uuid not null,
|
||||||
id uuid not null,
|
id uuid not null,
|
||||||
condition_type varchar(255) check (condition_type in ('SHOW', 'HIDE')),
|
condition_type varchar(255) check (condition_type in ('SHOW', 'HIDE')),
|
||||||
|
|||||||
Reference in New Issue
Block a user