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

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

CREATE TABLE phpcode10 (
  id int(11) NOT NULL auto_increment,
  note varchar(1) default NULL,
  hobbies varchar(26) default NULL,
  PRIMARY KEY (id)
) TYPE=MyISAM;


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

INSERT INTO phpcode10 VALUES (1,'b','ace');