Difference between revisions of "Rails:Migrations"

From Klenwell Wiki
Jump to navigation Jump to search
(Created page with "== Official Documentation == * https://guides.rubyonrails.org/active_record_migrations.html == Schema Migrations == === Generate a Migration === ==== Add a Column ==== == Da...")
(No difference)

Revision as of 18:00, 27 October 2019

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?