Footprints Data Model

Table
Name cfg_obj
Comment A configuration object holds configuration settings but is not versioned and published like a definition and definition version.

Column
Name Datatype Comment Is PK Is FK
cfg_obj_id bigint The automatically generated primary key of the cfg_obj table. Yes No
owner_id bigint A Foreign Key to the Owning instance in either the Definition, Configuration Object, or User Profile tables. No Yes
cfg_obj_type varchar(255) The type of a Configuration Object, stored as a string. Values include: AUTHENTICATION_METHOD, AUTHENTICATION_METHOD, SYSTEM_PREFERENCES_CONFIGURATION, FILE_STORAGE_CONFIGURATION, LICENSING_CONFIGURATION, RULE_CONFIGURATION. No No
cfg_setting_owner_type_name varchar(255) The name of the Configuration Setting Owner Type. not used No Yes
order_index int not used. No No
cfg_obj_subtype varchar(255) not used No No