calendar_invites
The `calendar_invites` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | BIGINT | UNSIGNED | PRI | NO | 0 | ||
| event | BIGINT | UNSIGNED | NO | 0 | |||
| invitee | INT | UNSIGNED | NO | 0 | |||
| sender | INT | UNSIGNED | NO | '' | |||
| status | TINYINT | UNSIGNED | NO | 0 | |||
| statustime | INT | UNSIGNED | NO | 0 | |||
| rank | TINYINT | UNSIGNED | NO | 0 | |||
| text | VARCHAR(255) | SIGNED | NO | '' |
Description of the fields
id
field-no-description|1
event
field-no-description|2
invitee
field-no-description|3
sender
field-no-description|4
status
field-no-description|5
rank
field-no-description|6
eventtime
field-no-description|7
text
field-no-description|8