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