File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ After reading this guide, you will know:
18
18
Migration Overview
19
19
------------------
20
20
21
- Migrations are a convenient way to alter your database schema over time in a
22
- consistent and easy way. They use a Ruby DSL so that you don't have to write
23
- SQL by hand, allowing your schema and changes to be database independent.
21
+ Migrations are a convenient way to
22
+ [ alter your database schema over time] ( http://en.wikipedia.org/wiki/Schema_migration )
23
+ in a consistent and easy way. They use a Ruby DSL so that you don't have to
24
+ write SQL by hand, allowing your schema and changes to be database independent.
24
25
25
26
You can think of each migration as being a new 'version' of the database. A
26
27
schema starts off with nothing in it, and each migration modifies it to add or
You can’t perform that action at this time.
0 commit comments