
CREATE TABLE `cat` (
  `id` int(5) NOT NULL auto_increment,
  `url` int(5) NOT NULL,
  `urlname` text character set utf8 collate utf8_unicode_ci,
  `kateg` text,
  `ts` text,
  `opis` text NOT NULL,
  `login` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

) ENGINE=MyISAM DEFAULT CHARSET=utf8;