Footprints Data Model |
Table |
Name | cfg_ctgy |
Comment |
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. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
cfg_ctgy_id | bigint | The automatically generated primary key of the cfg_ctgy table. | Yes | No |
dflt_ctgy_descr | varchar(255) | A description of the category. | No | No |
cfg_area_type_name | varchar(100) | The name of the Configuration Area Type. | No | Yes |
cfg_ctgy_type_name | varchar(100) | The name of the Configuration Category Type. | No | Yes |