SQLite Forum

Why do I have a `SQLITE_AUTOINDEX` index for my primary key? Is the table itself not an index on the PK?
Login
Those do not seem equivalent to me.

In the first schema the UNIQUE on base32 ensures that base32 is unique.

In the second schema the hash value of base32 is unique instead.