Field | Type | Default | Description |
---|---|---|---|
configuration_group_id | int (11) | NOT NULL | PRIMARY KEY - Auto-increment number for record id. |
configuration_group_title | varchar (64) | NOT NULL | Textual title of the group used in generating the pull down menu. |
configuration_group_description | varchar (255) | NOT NULL | Textual description of the group. |
sort_order | int (5) | NULL | Sort order of the group |
visible | int (1) | 1 | INDEX - Specifies whether the group is visible in the Company -> {module} menu |