mysql> CREATE TABLE jokes ( id int not null, name char(32), timestamp date, joker char(32) );