Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 Name nvarchar(50)  
 IsPublished bit   Default = 1
 IsHome bit   Default = 0

Foreign Key Field Type Null Notes Description
 ParentID int   FundRaiserSolicitors.ID
 FundRaiserPageID int FundRaiserPages.ID

Index Name Field(s) Unique Primary Clustered
 ix_UPP_ParentID_Home ParentID, IsHome      
 PK_UserPersonalPages ID

Trigger Name Description
 TR_UserPersonalPages_CASCDE_DEL_1

Entity-Relationship diagram of this table