Primary Key Field Type
 APPUSERID uniqueidentifier

Field Field Type Null Notes Description
 HISTORY xml Contains the page history for the APPUSER
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed

Foreign Key Field Type Null Notes Description
 APPUSERID uniqueidentifier   APPUSER.ID FK to APPUSER
 PAGEID uniqueidentifier   PAGEDEFINITIONCATALOG.ID FK to PAGEDEFINITIONCATALOG

Index Name Field(s) Unique Primary Clustered
 PK_USERPAGEHISTORY APPUSERID, PAGEID

Entity-Relationship diagram of this table