Use text (optionally with a CHECK) instead of varchar(n); the length cap adds no performance benefit.
Why This Matters
Changing a varchar(n) limit later requires an ALTER that can lock and rewrite, and the cap gives no storage or speed advantage.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.