@@verze 3 @@reflection !!sluzba:testomat @@sql CREATE TABLE `testomat_check` ( `id` varchar(40) NOT NULL, `kdo` varchar(40) NOT NULL, `kdy` int(11) NOT NULL, `checked` tinyint(4) NOT NULL DEFAULT '1', `poznamka` text NOT NULL, PRIMARY KEY (`id`) ) CREATE TABLE `testomat_custom_check` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nazev` text NOT NULL, `popis` text NOT NULL, `adresa` text NOT NULL, `role` int(11) NOT NULL, `faze` int(11) NOT NULL, `grupa` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `grupa` (`grupa`) ) CREATE TABLE `testomat_custom_grupa` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nazev` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) @@main $sluzba["testomat"]=true;