MySQL migrations

Every time I try to do a migration using MySQL I receive this message for every integer column:
· You're about to change id column type from int(11) to int with 14791 items
· You're about to change id column type from int(11) to int with 14791 items
The columns are defined with the plain int object:
id: int('id').primaryKey().autoincrement(),
id: int('id').primaryKey().autoincrement(),
What am I missing here?
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server