Footprints Data Model

Table
Table Name Configuration Category
Table Definition A Category of Configuration, which corresponds to the namespace and name of an object that defines and contains the associated Configuration Settings. The intent is that the Category provides both a logical and physical grouping of configuration data so that developers working on different components do not have to compete with each other to check out the same files to define configuration, and do not have to merge changes.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Configuration Category Id The automatically generated primary key of the cfg_ctgy table. LONG Yes
Default Category Description A description of the category. VARCHAR(255) No
Configuration Area Type Name The unique string identifier for an instance of Configuration Area Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. VARCHAR(100) No
Configuration Category Type Name The unique string identifier for an instance of Configuration Category Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. VARCHAR(100) No