Each entity represents a DSM manager system
| Column Name | Column Datatype | Column Null Option | Column Comment |
| manager_uuid | byte(16) | not null | UUID of a registered manager |
| domain_uuid | byte(16) | with null | UUID of the domain that the manager is working for |
| label | nvarchar(255) | with null | User readable name |
| host_uuid | nchar(36) | with null | UUID as string of the host |
| host_name | nvarchar(255) | with null | Name of the machne where the manager is located |
| description | nvarchar(255) | with null | User defined comment |
| creation_user | nvarchar(255) | with null | Creation user name |
| creation_date | integer | with null | Creation data |
| last_update_user | nvarchar(255) | with null | Last update user name |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Last version number |
| auto_rep_version | date | with null | Replication version number, will be updated automatically |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| manager_uuid | ca_manager_component | manager_uuid |