Table for invitations
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | The date the invitation was created | |
| varchar | 100 | true | Email address of the user recieving the invitation | ||
| invitationId | bigint | N/A | false | Unique ID for the invitation Primary key. | |
| inviterId | bigint | N/A | true | ID of the user who initiated the invitation. | |
| modificationDate | bigint | N/A | false | The date the invitation was last modified | |
| objectId | bigint | N/A | false | The id of the object being shared | |
| objectType | int | N/A | false | Type of the object being shared | |
| revokeDate | bigint | N/A | true | the date on which this invitation was revoked. | |
| revokerId | bigint | N/A | true | The date on which this invitation was revoked | |
| sentDate | bigint | N/A | true | The date at which the invitation was sent | |
| state | int | N/A | false | The state of the invitation | |
| userId | bigint | N/A | true | ID of the user receiving the invitation. |