Database Tables/mybb events


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 NullKey DefaultDescription
eid int NoPrimary 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) NoMultiple 'yes'/'no' indicating private event

Indexes:

Keyname Type Cardinality Field
PRIMARY PRIMARY 0 eid
private INDEX None private


This page was last modified 14:24, 3 August 2008.