5 lines
64 B
SQL
5 lines
64 B
SQL
-- +goose Up
|
|
CREATE SCHEMA btc;
|
|
|
|
-- +goose Down
|
|
DROP SCHEMA btc; |