diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-22 13:36:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 19:36:46 +0200 |
| commit | 55c623c547ea0354209b33faa184a71a3cdda102 (patch) | |
| tree | e2d7391046ec010408f2cfd483c6eaf084c000e8 /docs/calendar_events.md | |
| parent | bc2da3cf8168b2de7f5efa1699e92a90ef80626a (diff) | |
| download | wiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.gz wiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.bz2 wiki-55c623c547ea0354209b33faa184a71a3cdda102.zip | |
docs: Update db-characters-en (#606)
Diffstat (limited to 'docs/calendar_events.md')
| -rw-r--r-- | docs/calendar_events.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/calendar_events.md b/docs/calendar_events.md index ed5b2c5..3205d16 100644 --- a/docs/calendar_events.md +++ b/docs/calendar_events.md @@ -7,13 +7,13 @@ **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------- |------------- |------------|-----|------|---------|-------|--------- | +| ---------------- | ------------ | ---------- | --- | ---- | ------- | ----- | -------- | | [id][1] | BIGINT | UNSIGNED | PRI | NO | 0 | | | | [creator][2] | INT | UNSIGNED | | NO | 0 | | | -| [title][3] | VARCHAR(255) | | | NO | '' | | | -| [description][4] | VARCHAR(255) | | | NO | '' | | | +| [title][3] | VARCHAR(255) | SIGNED | | NO | '' | | | +| [description][4] | VARCHAR(255) | SIGNED | | NO | '' | | | | [type][5] | TINYINT | UNSIGNED | | NO | 4 | | | -| [dungeon][6] | INT | | | NO | -1 | | | +| [dungeon][6] | INT | SIGNED | | NO | -1 | | | | [eventtime][7] | INT | UNSIGNED | | NO | 0 | | | | [flags][8] | INT | UNSIGNED | | NO | 0 | | | | [time2][9] | INT | UNSIGNED | | NO | 0 | | | @@ -65,4 +65,3 @@ ### time2 `field-no-description|9` - |
