if your database default charset is different than your database charset,
and you have a model whose id is varchar,
and you want to reference this model as foreignKey,
then you would probably fail on the migration
with error as `1215, u'Cannot add foreign key constraint'`