Generate an SQL Schema from a Migrations Directory
Question
How to generate an SQL schema file from an existing migrations directory to quickly set up a database for integration tests?
How to generate an SQL schema file from an existing migrations directory to quickly set up a database for integration tests?