Description of FUDforum table fud30_calendar. This table was added in FUDforum 3.0.1 and is used to define events that will be displayed on the forum's calendar. For more information, see Calendar Manager.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment
|
event_day | varchar(2) | NO | MUL | 0 | Day of month.
|
event_month | varchar(2) | NO | MUL | | Month of year (*=every).
|
event_year | varchar(4) | NO | MUL | 0 | Year (*=every).
|
link | varchar(255) | YES | | | URL to more info about the event.
|
descr | text | NO | | 0 | Event description.
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | id | 1 |
|
fud30_calendar_i_ymd | NOT UNIQUE | event_year | 1 |
|
fud30_calendar_i_ymd | NOT UNIQUE | event_month | 2 |
|
fud30_calendar_i_ymd | NOT UNIQUE | event_day | 3 |
|