calendar_events
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| EventID | bigint | unsigned | PRI | NO | 0 | ||
| Owner | bigint | unsigned | NO | 0 | |||
| Title | varchar(255) | NO | '' | ||||
| Description | varchar(255) | NO | '' | ||||
| EventType | tinyint | unsigned | NO | 4 | |||
| TextureID | int | signed | NO | -1 | |||
| Date | bigint | signed | NO | 0 | |||
| Flags | int | unsigned | NO | 0 | |||
| LockDate | bigint | signed | NO | 0 | |||
Description of fields
EventID
- no description -
Owner
- no description -
Title
- no description -
Description
- no description -
EventType
- no description -
TextureID
- no description -
Date
- no description -
Flags
- no description -
LockDate
- no description -
