Applying Unique Constraints in Effect Schema for SQLite

I'm using Effect Schema to model a sqlite table. How do I apply a unique constraint to a column?
Was this page helpful?