6 lines
65 B
SQL
6 lines
65 B
SQL
-- +goose Up
|
|
CREATE SCHEMA eth;
|
|
|
|
-- +goose Down
|
|
DROP SCHEMA eth;
|