project_form_group


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
project_form_field.group_id FK_project_form_field_group R
name VARCHAR 128 null
grid_x INT 10 null
grid_y INT 10 null
width INT 10 null
type TINYINT 3 null
is_static BIT 1 null
props TEXT 65535 null
eligibility TEXT 65535 null
css TEXT 65535 null
style TEXT 65535 null
section_id BIGINT 19 null
project_form_section.id fk_form_group_section R
subgroup_id INT 10 null
project_field_subgroup.id fk_form_group_subgroup R

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fk_form_group_section_idx Performance Asc section_id
fk_form_group_subgroup_idx Performance Asc subgroup_id

Relationships