How to add collate nocase in a existing table in SQLLite
I have an application that using sqllite database with entityframework. SQLLite is casesensitive. I forgot to add (collate nocase) when created. Now i want to add (collate nocase) in an existing table columns. How can i do that without loss data.
Aucun commentaire:
Enregistrer un commentaire