| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  RealmTypeID | int | |||
|  RealmID | int |  | ||
|  ClientUserID | int | |||
|  TabID | int |  | ||
|  VanityURL | nvarchar(255) | |||
|  TargetURL | nvarchar(max) |  | ||
|  CopySourceID | int |  | ||
|  CopyBatchGUID | uniqueidentifier |  | ||
|  DATECHANGED | datetime |  | ||
|  DATEADDED | datetime |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  PageID | int |  | SitePages.ID | |
|  ClientSitesID | int | ClientSites.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_VANITYURL_DATECHANGED | DATECHANGED | |||
|  IX_VanityURL_ClientSitesID | ClientSitesID, VanityURL |  | ||
|  PK_VanityURL | ID |  |  | 
| Trigger Name | Description | 
|---|---|
|  TR_VANITYURL_UPDATE | |
|  TR_VANITYURL_INSERT | 
