Command Palette
Search for a command to run

UNIQUE constraints support

✓ Relevant

UNIQUE constraints for PostgreSQL (with NULLS NOT DISTINCT), MySQL, and SQLite via `.unique()` at column level or `unique('name').on(cols)` for multi-column constraints.