Table configuration_group

Table configuration_group holds the groupings for the configuration values. These groupings appear in the Company -> {group} menus. The values 0 and 99 are reserved. The value 6 is reserved for the user loaded modules such as shipping, payment, etc.

Table Type: MyISAM

Field Type Default Description
configuration_group_id int (11) NOT NULL PRIMARY KEY - Auto-increment number for record id.
configuration_group_titlevarchar (64)NOT NULLTextual title of the group used in generating the pull down menu.
configuration_group_descriptionvarchar (255)NOT NULLTextual description of the group.
sort_orderint (5)NULLSort order of the group
visibleint (1)1INDEX - Specifies whether the group is visible in the Company -> {module} menu