calendar_events
The `calendar_events` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | BIGINT | UNSIGNED | PRI | NO | 0 | ||
| [creator][2] | INT | UNSIGNED | NO | 0 | |||
| title | VARCHAR(255) | SIGNED | NO | '' | |||
| description | VARCHAR(255) | SIGNED | NO | '' | |||
| type | TINYINT | UNSIGNED | NO | 4 | |||
| dungeon | INT | SIGNED | NO | -1 | |||
| eventtime | INT | UNSIGNED | NO | 0 | |||
| flags | INT | UNSIGNED | NO | 0 | |||
| time2 | INT | UNSIGNED | NO | 0 |
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