Global_Table_Map - Contains list of table maps (local to master) used in global data transport
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
| sym | nvarchar(30) | not null | Name of this table map |
| map_definition | nvarchar(64) | not null | Map Definition name in xml file |
| description | nvarchar(100) | with null | Comments field |
Product Name: Unicenter Service Desk
Table Type: Table