Represents a management configuration
| Column Name | Column Datatype | Column Null Option | Column Comment |
| named_config_uuid | byte(16) | not null | |
| config_name | nvarchar(100) | with null | |
| config_version_label | nvarchar(30) | with null | |
| config_version_number | integer | with null | |
| created_date | integer | with null | |
| accepted_date | integer | with null | |
| current_status | nvarchar(50) | with null | |
| scheduled_status | nvarchar(50) | with null | |
| comments | nvarchar(255) | with null | |
| creation_user | nvarchar(64) | with null | |
| creation_date | integer | with null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null | |
| version_number | integer | with null | |
| resource_class | integer | with null |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| named_config_uuid | ca_link_named_config_item | named_config_uuid |
| named_config_uuid | ca_link_named_config_doc | named_config_uuid |
| named_config_uuid | ca_link_configured_service | named_config_uuid |