๐Ÿš€ GitHub Action Setup Wizard

Generate a ready-to-use workflow that compares database schemas in every pull request. No config file guessing.

1 What database are you using?

2 Where is your schema file?

Path relative to repo root. The wizard will compare this file between your base branch and PR branch.

3 Trigger options

Post diff as PR comment Recommended
Adds a formatted schema diff comment to every pull request
Fail build on breaking changes
Blocks merge if dropped columns, removed tables, or other breaking changes are detected
Only run when schema changes
Uses paths filter so the workflow only triggers on schema/migration file changes

4 Pro license key (optional)

Without a Pro key, PR comments show a migration preview (first 5 lines). With Pro, the full migration script is included.

Your workflow