Member table for social groups.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | Date the member was added to the social group. | |
| groupID | bigint | N/A | false | Social group ID. Primary key. | |
| memberType | int | N/A | false | The type of the member (admin, contributor, etc) | |
| membershipID | bigint | N/A | false | Membership ID | |
| userID | bigint | N/A | false | Member ID Primary key. | |
| workflowID | bigint | N/A | true | Workflow ID |