Question: Is it possible to create a new DB in a migration script and then connect to it? How?
My Scenario: I\'m trying to use flyw
Flyway can't create database for you. It can create schema if you didn't create one by
flyway.schemas: schema1,schema2