Rails Generate Migration — Everything you need to know

Uncategorized

Rails Generate Migration — Everything you need to know

URL: https://railsnotes.xyz/blog/rails-generate-migration-everything-you-need-to-know?utm_source=railsnotes.beehiiv.com&utm_medium=newsletter&utm_campaign=the-railsnotes-newsletter-issue-2
Type: article
Domain: railsnotes.xyz

Excerpt: This article is a reference for generating migrations in your Ruby on Rails app — I cover the basics like adding columns and tables, adjusting column types (and loads more), plus some tips and tricks...

Notes:
Handy exhaustive list of rails generate migration commands.