| Database Schema Tables / Vocera Voice Server Dimension Tables | |
Dimension table delivering details on Vocera Voice Server users and their buddies, which are the users frequently called by each user in the table.
| 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 | 
| BuddyName | varchar Displays the internal Vocera Voice Server buddy id.  | 
		u-jdoe | 
| BuddyNickName | varchar Displays the buddy nickname.  | 
		John Doe | 
| LastUpdateDate | timestamp Displays the last update date for user buddies.  | 
		2017-12-05 23:46:55 | 
| DeletedFlag | tinyint Displays 1 if deleted or else 0.  | 
		0 |