Rails provides scaffolds for generating all the boilerplate code for a Model in the application. This also includes the database migrations that will be needed.
These scaffolds are a little bit limited in what they support in terms of database migrat...