I want to add some constraint to my username varchar in the SQL table so that if a username exists, a duplicate username in a different case cannot be created. How can I do this? Thanks
Edit:
I am using PostgreSQL, a little syntax help will be greatly appreciated.