In development environment, we need a fast way to re-create db for testing. With Ruby on Rails, we had a good way to do this with the command:
rails db:schema:load
In development environment, we need a fast way to re-create db for testing. With Ruby on Rails, we had a good way to do this with the command:
rails db:schema:load