Advanced Migrations
Learn to use Rails migrations with advanced techniques.
We'll cover the following...
Most Rails developers use the basic facilities of migrations to create and maintain their database schemas. However, every now and then it’s useful to push migrations just a bit further.
Using native SQL
Migrations give us ...