The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Sql
Can anyone see anything wrong with this:
[sql] CREATE TABLE events ( event_id int(11) NOT NULL auto_increment, event_title varchar(255) NOT NULL default '', event_start date bigint(20) unsigned NOT NULL default '0', event_end date bigint(20) unsigned NOT NULL default '0', event_parent int(11) unsigned NOT NULL default '0', event_description text, event_times_recuring int(11) unsigned NOT NULL default '0', event_recurs int(11) unsigned NOT NULL default '0', event_remind int(10) unsigned NOT NULL default '0', event_icon varchar(20) default 'obj/event', event_owner int(11) default '0', event_project int(11) default '0', event_private tinyint(3) default '0', PRIMARY KEY (event_id), KEY id_esd (event_start_date), KEY id_eed (event_end_date), KEY id_evp (event_parent) ) TYPE=MyISAM; [/sql] ??? Regards - miSt |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|