# phpMyAdmin MySQL-Dump # version 2.2.6 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # Host: localhost:3306 # Erstellungszeit: 30. April 2002 um 05:35 # Server Version: 3.23.49 # PHP-Version: 4.0.6 # Datenbank : `test` # -------------------------------------------------------- # # Tabellenstruktur für Tabelle `jobs` # CREATE TABLE jobs ( str_Jobtitel text NOT NULL, str_Profil text NOT NULL, l_Id smallint(6) NOT NULL auto_increment, PRIMARY KEY (l_Id) ) TYPE=MyISAM;