Table of Contents

Table layout\_group

Remarks

A layout_group is a group of elements. It was created to gather some flexible elements with a same idea or concept.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_layout_group bigint X X This is the primary key of the table.
column_index integer X It corresponds to the column where the group will be displayed. Actually in Sigmah, this column is always set to 1.
row_index integer X It corresponds to the row where the group will be displayed.
title character varying(8192) This is the title of the group.
id_layout bigint X layout(id_layout) This is a foreign key to the table layout.

Diagram