7 lines
70 B
SQL
7 lines
70 B
SQL
-- +goose Up
|
|
CREATE SCHEMA maker;
|
|
|
|
|
|
-- +goose Down
|
|
DROP SCHEMA maker;
|