summaryrefslogtreecommitdiff
path: root/docs/calendar_events.md
blob: 3205d169d57eb1eac64701a96be8d544b0864ca4 (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
62
63
64
65
66
67
# calendar\_events

[<-Back-to:Characters](database-characters.md)

**The \`calendar\_events\` table**

**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) | SIGNED     |     | NO   | ''      |       |          |
| [description][4] | VARCHAR(255) | SIGNED     |     | NO   | ''      |       |          |
| [type][5]        | TINYINT      | UNSIGNED   |     | NO   | 4       |       |          |
| [dungeon][6]     | INT          | SIGNED     |     | NO   | -1      |       |          |
| [eventtime][7]   | INT          | UNSIGNED   |     | NO   | 0       |       |          |
| [flags][8]       | INT          | UNSIGNED   |     | NO   | 0       |       |          |
| [time2][9]       | INT          | UNSIGNED   |     | NO   | 0       |       |          |

[1]: #id
[3]: #creator
[4]: #title
[5]: #description
[6]: #type
[7]: #dungeon
[8]: #eventtime
[9]: #flags
[10]: #time2

**Description of the fields**

### id

`field-no-description|1`

### creator

`field-no-description|2`

### title

`field-no-description|3`

### description

`field-no-description|4`

### type

`field-no-description|5`

### dungeon

`field-no-description|6`

### eventtime

`field-no-description|7`

### flags

`field-no-description|8`

### time2

`field-no-description|9`