create database test1; create table test_table ( test_id int(8) not null auto_increment, test_date date not null, description text, primary key(test_id) );
info at phpclasses dot org