| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  PostedByID | int |  | ||
|  Replies | int | Default = 0 | ||
|  LastPostDate | datetime | Default = getutcdate() | ||
|  Approved | bit | Default = 0 | ||
|  Topic | nvarchar(510) |  | ||
|  ApprovedDate | datetime |  | ||
|  UpdateDate | datetime |  | Default = getutcdate() | |
|  CreateDate | datetime |  | Default = getutcdate() | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  GroupID | int | DiscussionGroups.ID | ||
|  ApprovedID | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_DiscussionTopics_1 | Topic | |||
|  IX_DiscussionTopics_GroupID_Approved_PostedById | GroupID, Approved, PostedByID | |||
|  PK_DiscussionTopics | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  DiscussionPosts | TopicID | 
