| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  PublicationDate | datetime | Default = getutcdate() | ||
|  SiteImageID | int |  | ||
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  AllowMembers | bit |  | ||
|  Title | nvarchar(510) |  | ||
|  LinkURL | nvarchar(2048) |  | ||
|  Description | nvarchar(1024) |  | ||
|  Copyright | nvarchar(510) |  | ||
|  EditorEMail | nvarchar(510) |  | ||
|  ImageTitle | nvarchar(510) |  | ||
|  ImageLink | nvarchar(2048) |  | ||
|  Moderated | bit |  | Default = 0 | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  SiteContentID | int |  | SiteContent.ID | |
|  PersonalPageDataID | int |  | PersonalPageData.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_NewsChannels_GUID | Guid | |||
|  IX_NewsChannels_SiteContentID | SiteContentID | |||
|  PK_NewsChannels | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  NewsStories | NewsChannelID | 
