Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 Guid uniqueidentifier   Default = (newid())
 ShowDate bit   Default = 1
 ShowGraphic bit   Default = 1
 MaxHeadlines int   Default = 0
 HeadlineOnly bit   Default = 0
 ArticlesPerPage int   Default = 10
 PagedOutput bit   Default = 0
 NewsReaderURL nvarchar(2048)
 NewsReaderAuthType int   Default = 0
 NewsReaderUsername nvarchar(100)   Default = ''
 NewsReaderPassword nvarchar(50)   Default = ''

Foreign Key Field Type Null Notes Description
 SiteContentID int   SiteContent.ID

Index Name Field(s) Unique Primary Clustered
 IX_NewsReaders_GUID Guid      
 IX_NewsReaders_SiteContentID SiteContentID      
 PK_NewsReaders ID

Entity-Relationship diagram of this table