Migration File
Let's add some constraints for the users' parameters.
We'll cover the following...
Default migration file
The migration file contained in the db/migrate
folder that was generated by rails generate model
contains the migration that describes the changes which ...