6 lines
69 B
SQL
6 lines
69 B
SQL
-- migrate:up
|
|
CREATE SCHEMA yore;
|
|
|
|
-- migrate:down
|
|
DROP SCHEMA yore;
|