| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  PublicationDate | datetime | Default = getutcdate() | ||
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  LinkURL | nvarchar(1024) |  | ||
|  Description | ntext |  | ||
|  Title | nvarchar(510) |  | ||
|  Approved | bit |  | Default = 0 | |
|  ApprovedDate | datetime |  | ||
|  UpdateDate | datetime |  | Default = getutcdate() | |
|  CreateDate | datetime |  | Default = getutcdate() | |
|  Categories | nvarchar(1024) |  | ||
|  LinkedPageId | int |  | ||
|  LinkedPageTabID | int |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  NewsChannelID | int | NewsChannels.ID | ||
|  PostId | int |  | ClientUsers.ID | |
|  ApprovedID | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_NewsStories_1 | NewsChannelID, PublicationDate (DESC) | |||
|  IX_NewsStories_NewsChannelID | NewsChannelID | |||
|  PK_NewsStories | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  ACTIONCENTER | STORYID | 
