Defines a user within WSM
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_uuid | byte(16) | not null | Defines a unique identifier for a user |
| userprofile_uuid | byte(16) | with null | The userprofile uuid |
| username | nvarchar(64) | not null | |
| last_seen_time | integer | with null | Stored as int |
| create_time | integer | not null | |
| create_user | nvarchar(64) | not null | |
| update_user | nvarchar(64) | with null | |
| last_update_time | integer | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| user_uuid | wsm_agent | current_user_uuid |
| user_uuid | wsm_user_gui_configuration | user_uuid |