| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  PostedByID | int |  | ||
|  IndentLevel | int | Default = 0 | ||
|  PostDate | datetime | Default = getutcdate() | ||
|  Sequence | int | Default = 0 | ||
|  Approved | bit | Default = 0 | ||
|  Message | ntext |  | ||
|  Blocked | bit |  | Default = 0 | |
|  ApprovedDate | datetime |  | ||
|  UpdateDate | datetime |  | Default = getutcdate() | |
|  CreateDate | datetime |  | Default = getutcdate() | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  TopicID | int | DiscussionTopics.ID | ||
|  ReplyToID | int |  | DiscussionPosts.ID | |
|  ApprovedID | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_DiscussionPosts_TopicID_ReplyToID_IndentLevel_Sequence | TopicID, ReplyToID, IndentLevel, Sequence | |||
|  PK_DiscussionPosts | ID |  |  |  | 
| Trigger Name | Description | 
|---|---|
|  TR_DiscussionPosts_Insert | 
