๐Ÿš€ 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
Upload HTML report artifact New
Generates a self-contained HTML report with migration SQL, rollback SQL, and risk score
Only run when schema changes
Uses paths filter so the workflow only triggers on schema/migration file changes

4 License key (optional)

Leave blank for the free tier (full migration SQL, risk score, breaking changes, PR comments, and drift alerts). Add a Pro or Team key for higher rate limits and shared workspace features.

5 Free drift alerts (optional)

Send every diff result to a shareable alert page and optionally to Slack or Microsoft Teams. No license key required.

Enable Slack/Teams alerts
Adds the schema-drift-webhook input and notification URLs

Your workflow