adspace
Answer Posted / Guarav Kumar
To run a migration in Rails, you can use the `rails db:migrate` command. If you have a specific migration file, you can run it by providing the filename as an argument like so: `rails db:migrate <MigrationFileName>`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers