Container table for community data.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| communityID | bigint | N/A | false | Community ID. Primary key. | |
| creationDate | bigint | N/A | false | Create date of community. | |
| description | varchar | 1000 | true | true | Community description. |
| displayName | varchar | 255 | false | true | Community display name (shows in URLs). |
| lft | int | N/A | false | The left value of the community in the tree. | |
| localeCode | varchar | 32 | true | The locale code for the community. | |
| modDfltMsgVal | int | N/A | false | The default message moderation value. | |
| modDfltThreadVal | int | N/A | false | The default thread moderation value. | |
| modificationDate | bigint | N/A | false | Last modification date of community. | |
| name | varchar | 255 | false | true | Community name. |
| rgt | int | N/A | false | The right value of the community in the tree. | |
| workflowID | bigint | N/A | true | The default workflowID for the community. |