
Das sind 2 Querys, erst führste den 1. aus, dann den 2., dann haste spaß mit deinem Board.
Code: Alles auswählen
CREATE TABLE phpbb_banner_stats(
banner_id MEDIUMINT( 8 ) UNSIGNED NOT NULL ,
click_date int( 11 ) NOT NULL ,
click_ip char( 8 ) NOT NULL ,
click_user MEDIUMINT( 8 ) NOT NULL ,
user_duration int( 11 ) NOT NULL ,
);