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:seed
Create a Rails App :
rails new sheep
gem install bindexΒ 
Create a Migration :
rails generate model Herd name:string address:text
rake db:migrate
Seed the database:
rake db:seed
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘
// ❀️ Thank you Learn.co + https://guides.rubyonrails.org