The terminal commands below will allow you to delete and re-create your Active Record database.
my most favorite coding process π₯
rake db:drop
rake db:create
rake db:migrate
rake db:seedCreate a Rails App :
rails new sheepgem install bindexΒ Create a Migration :
rails generate model Herd name:string address:textrake db:migrateSeed the database:
rake db:seedππππππππππππππππππππππππππππππ
// β€οΈ Thank you Learn.co + https://guides.rubyonrails.org