Footprints Data Model

Table
Name cfg_ctgy_type
Comment
The category of configuration lookup table.  The category is like a namespace,
it identifies where a setting is defined, and can be used to retrieve groups of
settings via the API.  The categories are defined in the Java code, but they are
replicated to the Database for data integrity of the settings.  They also serve
to identify all possible categories, whether or not configuration settings are
stored for them. Examples of the 70+ values include APPLICATION_HELP,
BUSINESS_ADMIN_PIM_SYNCING, BUSINESS_ANALYTICS.

Column
Name Datatype Comment Is PK Is FK
cfg_ctgy_type_name varchar(100) The name of the Configuration Category Type. Yes No
cfg_ctgy_type_descr varchar(512)
A descriptive name of the Configuration Category Type.  This descriptive name
may be localized.
No No