Active Record Migrations - Ruby on Rails Guides - 0 views
-
each migration as being a new 'version' of the database.
-
A schema starts off with nothing in it, and each migration modifies it to add or remove tables, columns, or entries
-
Active Record will also update your db/schema.rb file to match the up-to-date structure of your database.
- ...14 more annotations...