Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | GUID of the page model spec itself. Different from PageModelID which represents the import instance of the model. | ||
![]() |
uniqueidentifier | GUID of this item in the page model spec. | ||
![]() |
int | Default = 0 | The integer ID of the CMS item created from this model item. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
uniqueidentifier | ![]() |
GUID of the CMS item created from this model item. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
PAGEMODEL.ID | Refers to the ID of the PAGEMODEL parent record that imported (created) this CMS item. |
![]() |
int | ObjectTypes.ID | Object type of the this CMS item. See OBJECTTYPES table. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
MODELID | |||
![]() |
OBJECTGUID | |||
![]() |
ID | ![]() |
![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |