1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

link to "Schema migration" Wikipedia page. Closes #14479. [ci skip]

This commit is contained in:
Yves Senn 2014-03-26 09:06:31 +01:00
parent 470108b6e9
commit dcda6e32b4

View file

@ -18,9 +18,10 @@ After reading this guide, you will know:
Migration Overview
------------------
Migrations are a convenient way to alter your database schema over time in a
consistent and easy way. They use a Ruby DSL so that you don't have to write
SQL by hand, allowing your schema and changes to be database independent.
Migrations are a convenient way to
[alter your database schema over time](http://en.wikipedia.org/wiki/Schema_migration)
in a consistent and easy way. They use a Ruby DSL so that you don't have to
write SQL by hand, allowing your schema and changes to be database independent.
You can think of 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