You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createtableusers (
id intprimary key,
name string,
email string,
unique (lower(email)) -- this throws an error
);
createunique indexon users (lower(email)); -- this also throws an error
Would be nice to have, as postgreSQL supports this
The text was updated successfully, but these errors were encountered:
Would be nice to have, as postgreSQL supports this
The text was updated successfully, but these errors were encountered: