Place holder for many to many relationship between user and account, a account can have may users and a user can be part of many accounts.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | nvarchar(100) | not null | Handle to the user object |
| account_id | varchar(50) | not null | Handle to the account object |
| type | integer | with null |
Product Name: Unicenter Service Management
Table Type: Table