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 postgres sql, a little syntax help will be greatly appreicated