Rails:Migrations

From Klenwell Wiki
Revision as of 18:00, 27 October 2019 by Klenwell (talk | contribs) (Created page with "== Official Documentation == * https://guides.rubyonrails.org/active_record_migrations.html == Schema Migrations == === Generate a Migration === ==== Add a Column ==== == Da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Official Documentation

Schema Migrations

Generate a Migration

Add a Column

Data Migrations

What if you need to do a data migration or data fix on existing data?