Command Palette
Search for a command to run
Command Palette
Search for a command to run

v0.27.2 - UNIQUE constraints support

✓ Relevant

Added UNIQUE constraint support for PostgreSQL (with NULLS NOT DISTINCT option), MySQL, and SQLite via column-level `.unique()` or table-level `unique().on()` methods with optional custom names.