-- MySQL dump 8.22
--
-- Host: localhost    Database: leiserberge_at
---------------------------------------------------------
-- Server version 3.23.54-max-nt

--
-- Table structure for table 'phpcode9'
--

CREATE TABLE phpcode9 (
  id int(11) NOT NULL auto_increment,
  name varchar(15) default NULL,
  notizen text,
  plz int(4) default NULL,
  gewicht double(5,1) default NULL,
  gebdatum date default NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

--
-- Dumping data for table 'phpcode9'
--


INSERT INTO phpcode9 VALUES (1,'Herbert K�nig','Dies ist eine sehr lange Notiz. Diese wird umgebrochen und m�glicherweise\r\nnoch anders dargestellt.',2115,104.7,'1963-04-16');