create table testtable( feld1 enum('1','2','3') default '1' not null, feld2 integer );