Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 Name nvarchar(50)  
 CreateDate datetime   Default = getutcdate()
 UpdateDate datetime   Default = getutcdate()

Foreign Key Field Type Null Notes Description
 NetAccountID int   NetAccount.ID

Index Name Field(s) Unique Primary Clustered
 PK_MessageFolder ID  

Referenced by Field
 Message MessageFolderID

Entity-Relationship diagram of this table