Would you open to a PR that adds support for up/down migrations in a single file, similar to the library careen? A combined migration file would have the following form:
CREATE TABLE people (first_name TEXT NOT NULL, last_name TEXT NOT NULL);
---
DROP TABLE people;
Thanks for reading!
Would you open to a PR that adds support for up/down migrations in a single file, similar to the library careen? A combined migration file would have the following form:
Thanks for reading!