diff options
Diffstat (limited to 'docs/es/calendar_invites.md')
| -rw-r--r-- | docs/es/calendar_invites.md | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/es/calendar_invites.md b/docs/es/calendar_invites.md new file mode 100644 index 0000000..177f197 --- /dev/null +++ b/docs/es/calendar_invites.md @@ -0,0 +1,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` |
