Code: Alles auswählen
Could not create SUBSCRIBE table
CREATE TABLE phpbb_subscribe (
`email_id` MEDIUMINT(8) unsigned NOT NULL auto_increment,
`email_addres` varchar(255) NOT NULL default '',
`email_time` int(11) NOT NULL default '',
PRIMARY KEY (`email_id`)
);
More Information below:
DEBUG MODE
SQL Error : 1067 Invalid default value for 'email_time'
Was bedeuted der Fehler 1067?