Kod
CREATE TABLE `uslugi` (
`id` int(1) NOT NULL auto_increment,
`data` datetime NOT NULL,
`data_z` datetime NOT NULL,
`typ` text collate utf8_polish_ci NOT NULL,
`typa` text collate utf8_polish_ci NOT NULL,
`haslo` text collate utf8_polish_ci NOT NULL,
`flagi` text collate utf8_polish_ci NOT NULL,
`flagi_a` text collate utf8_polish_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=3;
`id` int(1) NOT NULL auto_increment,
`data` datetime NOT NULL,
`data_z` datetime NOT NULL,
`typ` text collate utf8_polish_ci NOT NULL,
`typa` text collate utf8_polish_ci NOT NULL,
`haslo` text collate utf8_polish_ci NOT NULL,
`flagi` text collate utf8_polish_ci NOT NULL,
`flagi_a` text collate utf8_polish_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=3;