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