SiteContentVersion
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| XMLData | ntext | |||
| Status | int | Default = 0 | ||
| StatusUpdatedOn | datetime | Default = getutcdate() | ||
| StatusUpdatedBy | int | yes | ||
| Comments | nvarchar(256) | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SiteContentVersion | ID | yes | yes | yes |