Implemented Features
General requirements
Make sure that there are no linter errors.
Make sure that you used the correct Gitflow.
Make sure that you documented your work in a professional way.
Ruby requirements
Follow our list of best practices for Ruby.
Project requirements
Creating a Migration: To create a new migration, you can use the rails generate migration command
Defining Schema Changes
Implemented Features General requirements Make sure that there are no linter errors. Make sure that you used the correct Gitflow. Make sure that you documented your work in a professional way. Ruby requirements Follow our list of best practices for Ruby. Project requirements Creating a Migration: To create a new migration, you can use the rails generate migration command Defining Schema Changes