MySQL migrations
Every time I try to do a migration using MySQL I receive this message for every integer column:
The columns are defined with the plain
What am I missing here?
The columns are defined with the plain
int object:What am I missing here?