Hi,
when using auto_increment (MySQL) in a column, the generateChangeLog splits the column- and the key-generation in 2 different change sets. That causes an error on migration:
“Incorrect table definition; there can be only one auto column and it must be defined as a key”
Dominik