yore/db/migrations/20250728054639_create_schema.sql

6 lines
69 B
SQL

-- migrate:up
CREATE SCHEMA yore;
-- migrate:down
DROP SCHEMA yore;