Use a SQL Schema

Learn to use a SQL schema for the database of our Rails application.

It’s rare to create an app that must connect to many different types of databases. It’s also rare to migrate from one database type to another. Thus, we should not be shy about using database-specific features whenever ...