Table listing
Here is the list of all tables created in the database.
Clic on a table name for more informations.
Here is the list of all tables created in the database.
Clic on a table name for more informations.
A layout_group is a group of elements. It was created to gather some flexible elements with a same idea or concept.
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. |