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

--
-- Table structure for table 'phpcode11'
--

CREATE TABLE phpcode11 (
  id int(11) NOT NULL auto_increment,
  hobby varchar(1) default NULL,
  gewohnheiten varchar(26) default NULL,
  PRIMARY KEY (id)
) TYPE=MyISAM;


--
-- Dumping data for table 'phpcode11'
--

INSER

INSERT INTO phpcode11 VALUES (1,'a','ac');