8 lines
71 B
SQL
8 lines
71 B
SQL
-- +goose Up
|
|
CREATE SCHEMA maker;
|
|
|
|
|
|
|
|
-- +goose Down
|
|
DROP SCHEMA maker;
|