Files
quyun-v2/backend/database/migrations/20260109061231_sync_init_schema.sql

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