blob: 177f19712dba585805537d21966ec9c9214e1b2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# calendar\_invites
[<-Volver a:Characters](database-characters.md)
**Tabla \`calendar\_invites\`**
**Estructura**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ---------------- |------------- |----------- | --- | ---- | ------- | ----- | -------- |
| [id][1] | BIGINT | UNSIGNED | PRI | NO | 0 | | |
| [event][2] | BIGINT | UNSIGNED | | NO | 0 | | |
| [invitee][3] | INT | UNSIGNED | | NO | 0 | | |
| [sender][4] | INT | UNSIGNED | | NO | '' | | |
| [status][5] | TINYINT | UNSIGNED | | NO | 0 | | |
| [statustime][6] | INT | UNSIGNED | | NO | 0 | | |
| [rank][7] | TINYINT | UNSIGNED | | NO | 0 | | |
| [text][8] | VARCHAR(255) | SIGNED | | NO | '' | | |
[1]: #id
[2]: #event
[3]: #invitee
[4]: #sender
[5]: #status
[6]: #statustime
[7]: #rank
[8]: #text
**Descripción de los Campos**
### 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`
|