
CREATE TABLE `phpbb_advertisement` (
`id` mediumint(9) NOT NULL auto_increment,
`html` text collate latin1_general_ci,
`email` varchar(128) collate latin1_general_ci default NULL,
`clicks` int(9) NOT NULL default '0',
`position` tinyint(1) NOT NULL default '0',
`porder` mediumint(4) NOT NULL default '0',
`added` int(11) NOT NULL default '0',
`expire` int(11) NOT NULL default '0',
`last_update` int(11) NOT NULL default '0',
`notify` tinyint(1) NOT NULL default '0',
`type` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci; AUTO_INCREMENT=1 ;
Powróć do Grafika & Webmastering
Użytkownicy przeglądający to forum: Brak zarejestrowanych użytkowników oraz 4 gości