>>118
>create database if not exists test;
>use test
>create table test(id int primary key auto_increment, name varchar(10) unique, year unsiged mediumint, now timestump);
>quit
これはなに?
MySQLに関係してるって言ってたな。
どうしていつも曖昧に答えるんだい?