CREATE TABLE IF NOT EXISTS `news` ( `id` int(11) NOT NULL auto_increment, `time` int(11) NOT NULL, `avt` varchar(25) NOT NULL default '', `name` text NOT NULL, `text` text NOT NULL, `kom` int(11) NOT NULL, `foto` text NOT NULL, `w` text NOT NULL, `h` text NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=89 ;