##Commands to remember:
- Bundle Install
- BE rake -T
- BE rake console
# Start IRB with application environment loaded - rake db:create
# Create the databases at hr-sinatra-refactor-challenge_development - rake db:drop
# Drop the database at hr-sinatra-refactor-challenge_development - rake db:migrate
# Migrate the database (options: VERSION=x, VERBOSE=false, SCOPE=blog) - rake db:reset
# Drop, create, and migrate the database
