Community dimension
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| community_id | bigint | N/A | false | ID of community Primary key. | |
| creation_ts | timestamp | N/A | false | Time record was created | |
| lft | int | N/A | false | The left value of the community in the tree. | |
| modification_ts | timestamp | N/A | false | Time record was update | |
| name | varchar | 255 | false | true | Name of community. |
| rgt | int | N/A | false | The right value of the community in the tree. |