derrick1451 / Recipe-app

MIT License
0 stars 0 forks source link

create migrations and migrate to db #16

Open kayjeee opened 1 year ago

kayjeee commented 1 year ago

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