Skip to content

Instantly share code, notes, and snippets.

@jakub-roman
Created September 24, 2019 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-roman/829eb868ef538f17fb8c22e9b3cd861f to your computer and use it in GitHub Desktop.
Save jakub-roman/829eb868ef538f17fb8c22e9b3cd861f to your computer and use it in GitHub Desktop.
CREATE TABLE `adresni_mista` (
`kod_adm` int(11) NOT NULL,
`kod_obce` int(11) NOT NULL,
`nazev_obce` text NOT NULL,
`kod_momc` int(11) NOT NULL,
`nazev_momc` text NOT NULL,
`kod_mop` int(11) NOT NULL,
`nazev_mop` text NOT NULL,
`kod_casti_obce` int(11) NOT NULL,
`nazev_casti_obce` text NOT NULL,
`kod_ulice` int(11) NOT NULL,
`nazev_ulice` text NOT NULL,
`typ_so` text NOT NULL,
`cislo_domovni` text NOT NULL,
`cislo_orientacni` int(11) NOT NULL,
`znak_cisla_orientacniho` text NOT NULL,
`psc` int(11) NOT NULL,
`souradnice_y` text NOT NULL,
`souradnice_x` int(11) NOT NULL,
`plati_od` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment