NewsReaders
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
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) | yes | ||
NewsReaderAuthType | int | Default = 0 | ||
NewsReaderUsername | nvarchar(150) | yes | Default = '' | |
NewsReaderPassword | nvarchar(75) | yes | Default = '' |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
SiteContentID | int | SiteContent.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_NewsReaders_GUID | Guid | |||
IX_NewsReaders_SiteContentID | SiteContentID | |||
PK_NewsReaders | ID | yes | yes | yes |