> However, due to the fact that DdlUtils maps the jdbc tinyint type to > MySql's SMALLINT datatype because MySql's TINYINT is too small (signed > or unsigned).
Ups, I meant to write: However, due to the fact that DdlUtils maps the jdbc tinyint type to MySql's SMALLINT datatype because MySql's TINYINT is too small (signed or unsigned), DdlUtils will still try to recreate the table. Tom
