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