mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +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"))); |