Social Group dimension
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creation_ts | timestamp | N/A | false | Time record was created | |
| group_id | bigint | N/A | false | ID of community Primary key. | |
| group_type | int | N/A | false | The type of the social group (open, member, private, etc) | |
| modification_ts | timestamp | N/A | false | Time record was update | |
| name | varchar | 255 | false | true | Name of community. |