# MySQL dump 7.1 # # Host: localhost Database: myhome #-------------------------------------------------------- # Server version 3.22.32-log # # Table structure for table 'annon' # CREATE TABLE annon ( no int(3) DEFAULT '0' NOT NULL auto_increment, title tinytext NOT NULL, link varchar(100), target varchar(10), content text, count int(5), writedate tinytext, PRIMARY KEY (no) );