Stores the gui configuration per user.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| config_uuid | byte(16) | not null | Unique identifier |
| manager_uuid | byte(16) | not null | The uuid of the manager |
| create_date | integer | not null | Date created |
| create_user | nvarchar(64) | not null | User that created entry |
| last_update | integer | not null | |
| last_update_user | nvarchar(64) | with null | |
| user_uuid | byte(16) | not null | Defines a unique identifier for a user |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| config_uuid | wsm_user_gui_config_item | config_uuid |