create table

mysql> create table test1(t text,b blob);

Query OK, 0 rows affected (0.03 sec)

mysql>