v0.27.2 - UNIQUE constraints support
✓ RelevantAdded 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.
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.