I'd like to add a column to the Mailboxer migration, but have no idea how to do that. Simply generating the migration and migrating is not enough. Anyone with similar experience?
Cheers!
I'd like to add a column to the Mailboxer migration, but have no idea how to do that. Simply generating the migration and migrating is not enough. Anyone with similar experience?
Cheers!
Copyright © 2021 Jogjafile Inc.
You cannot modify already applied migration.
There is two options how to add collumn in this situation, create create new migration or rollback to step before migration that you're changing, edit it and apply it again.
First one is better.
Also, there is step by step installation guide for Mailboxer on GitHub.