| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  RequiresApproval | bit | Default = 0 | ||
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  GroupName | nvarchar(510) |  | ||
|  PostNewTopicMessage | nvarchar(510) |  | ||
|  PostNewReplyMessage | nvarchar(510) |  | ||
|  SpellTopicWithErrors | nvarchar(510) |  | ||
|  SpellTopicNoErrors | nvarchar(510) |  | ||
|  SpellReplyWithErrors | nvarchar(510) |  | ||
|  SpellReplyNoErrors | nvarchar(510) |  | ||
|  AllowAnonymous | bit | Default = 1 | ||
|  AnonymousName | nvarchar(30) | Default = 'Anonymous' | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  SiteContentID | int | SiteContent.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_DiscussionGroups_1 | GroupName | |||
|  IX_DiscussionGroups_GUID | Guid | |||
|  IX_DiscussionGroups_SiteContentID | SiteContentID | |||
|  PK_DiscussionGroups | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  DiscussionTopics | GroupID | 
