This article or section is outdated.
- Parts of this article or section have been written for MyBB version 1.2 and is no longer up to date.
Contributors: Please update the article to reflect the current MyBB version, and remove this template when finished.
[edit] mybb_events
Stores the calendar events
| Field | Type | Null | Key | Default | Description
|
| eid | int | No | Primary
|
| Event ID
|
| subject | varchar(120) | No |
|
| Event subject
|
| author | int | No |
| 0
| Author's user ID
|
| date | varchar(50) | No |
|
| Date of the event
|
| description | text | No |
|
| Long description of the event
|
| private | char(3) | No | Multiple
|
| 'yes'/'no' indicating private event
|
Indexes:
| Keyname | Type | Cardinality | Field
|
| PRIMARY | PRIMARY | 0 | eid
|
| private | INDEX | None | private
|