Migration files must have unique timestamps: YYYYMMDDHHMMSS_description.sql. Supabase errors on duplicate versions.
Why This Matters
Duplicate migration timestamps cause schema_migrations conflicts, breaking deployment and requiring manual database intervention.
Tags
nextjssupabase
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 2+ others. Get actionable feedback before code ships.