· 8 years ago · Mar 03, 2018, 01:22 AM
1CREATE TABLE IF NOT EXISTS `navigator_publics` (
2 `id` int(11) NOT NULL,
3 `name` text NOT NULL,
4 `image` text NOT NULL,
5 `kategorieid` int(11) NOT NULL,
6 `type` text NOT NULL
7) ENGINE=InnoDB DEFAULT CHARSET=latin1;
8
9--
10-- Daten für Tabelle `navigator_publics`
11--
12
13INSERT INTO `navigator_publics` (`id`, `name`, `image`, `kategorieid`, `type`) VALUES
14(1, 'Black Hole', 'officialrooms_hq/hole_official_rooms.gif', 1, 'kategorie');