Files
mp-qvyun/backend/database/migrations/20241128075611_init.sql
2024-11-28 16:15:08 +08:00

10 lines
173 B
SQL

-- +goose Up
-- +goose StatementBegin
SELECT 'up SQL query';
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 'down SQL query';
-- +goose StatementEnd