Files
quyun-v2/backend/database/migrations/20251227112605_init.sql
2025-12-27 19:49:11 +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