1👍
✅
The workflow is:
- [Optional] Generate an initial migration based upon your current model state (only if you don’t already have one), then fake running that initial migration.
- Alter your models to the new desired state.
- Generate a migration for the new state.
- Run that migration on the existing database in RDS.
Source:stackexchange.com