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