| Database Schema Tables / Vocera Voice Server Dimension Tables | |
Dimension table delivering information on Vocera Voice Server users associated with departments.
| Column | Description | Example | 
|---|---|---|
| TenantID | int This field is for future use only, and is currently not defined.  | 
		|
| UserName | varchar Displays the internal Vocera Voice Server user id.  | 
		u-jsmith | 
| Department | varchar Displays the internal Vocera Voice Server group id.  | 
		g-nursing_administration | 
| LastUpdateDate | timestamp Displays the last update date of the user department.  | 
		2018-01-01 19:15:22 | 
| DeletedFlag | tinyint Displays 1 if deleted or else 0.  | 
		0 |