Is there an easy way to drop UNIQUE attribute from an SQlite table column?
I've googled and it says I am to create a same structure table without UNIQUE, copy the data, then drop the old table, then rename the new table to the old name.
While I can do that, I wonder if it can be done easier?