| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
OBJECTID |
uniqueidentifier | ID of the record in the table specified by TableCatalogID, so a designation ID, or a program ID, ... | ||
DATEADDED |
datetime | Default = getdate() | Indicates the date this record was added. | |
DATECHANGED |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
TS |
timestamp | Timestamp. | ||
TSLONG |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
EXCLUDED |
bit | Default = 0 | Soft delete. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
PRIMARYCONTENTID |
int | ![]() |
SiteContent.ID | cid (part id) |
SITEPAGESID |
int | SitePages.ID | pid (page id) | |
TABLECATALOGID |
uniqueidentifier | TABLECATALOG.ID | the table to find the objectid value in, so designation, program, ... | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_MICROSITEPAGE_DATEADDED |
DATEADDED | ![]() |
||
IX_MICROSITEPAGE_DATECHANGED |
DATECHANGED | |||
PK_MICROSITEPAGE |
ID | ![]() |
![]() |
|
UIX_MICROSITEPAGE_OBJECTID |
OBJECTID | ![]() |
| Trigger Name | Description |
|---|---|
TR_MICROSITEPAGE_AUDIT_UPDATE |
|
TR_MICROSITEPAGE_AUDIT_DELETE |

ID
OBJECTID
TSLONG
PRIMARYCONTENTID
IX_MICROSITEPAGE_DATEADDED
IX_MICROSITEPAGE_DATECHANGED