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