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.
An attributegroup is a group of attributes.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| attributegroupid | integer | X | X | This is the primary key of the table. | |
| category | character varying(50) | it represents the category of the group. | |||
| datedeleted | timestamp(0) | This is the date the attribute group was deleted. | |||
| multipleallowed | bool | X | It indicates if a group can contains several attributes. | ||
| name | character varying(255) | This is an human readable name for the attribute group. | |||
| sortorder | integer | X | It corresponds to the order it will be displayed. |