mirror of
https://github.com/ent/ent.git
synced 2026-05-02 15:40:55 +03:00
2 lines
130 B
SQL
2 lines
130 B
SQL
-- Create a functional (unique) index on the lowercased name column.
|
|
CREATE UNIQUE INDEX unique_name ON "users" ((lower("name"))); |