Add unique index. SQLite3 Add unique index. SQLite3 sqlite sqlite

Add unique index. SQLite3


CREATE UNIQUE INDEX IF NOT EXISTS MyUniqueIndexName ON auth_user (email)

Also, read the official manual:

http://www.sqlite.org/lang_createindex.html