calendar_invites
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| InviteID | bigint | unsigned | PRI | NO | 0 | ||
| EventID | bigint | unsigned | NO | 0 | |||
| Invitee | bigint | unsigned | NO | 0 | |||
| Sender | bigint | unsigned | NO | 0 | |||
| Status | tinyint | unsigned | NO | 0 | |||
| ResponseTime | bigint | signed | NO | 0 | |||
| ModerationRank | tinyint | unsigned | NO | 0 | |||
| Note | varchar(255) | NO | '' | ||||
Description of fields
InviteID
- no description -
EventID
- no description -
Invitee
- no description -
Sender
- no description -
Status
- no description -
ResponseTime
- no description -
ModerationRank
- no description -
Note
- no description -
