Create and Migrate the Database in Rails 6
Rails 6 adds a method to easily create a database if it doesn’t exist, and then run the migrations.
rails db:prepare
Rails 6 adds a method to easily create a database if it doesn’t exist, and then run the migrations.
rails db:prepare