Used to store information about the mapping between a directory schema and the Unicenter DSM schema
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dir_details_map_uuid | byte(16) | not null | Link table to manage the MANY-MANY relationships between a directory an a schema |
| directory_uuid | byte(16) | with null | PK, uuid of an directory entity |
| dir_schema_uuid | byte(16) | with null | UUID of a directory schema definition |
| last_update_user | nvarchar(255) | with null | Who did the latest update |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Last version number |
Product Name: Unicenter Desktop and Server Management
Table Type: Table