You are not logged in.
Pages: 1
Hi mORMot community,
It seems that if I define a field as "stored AS_UNIQUE" in my model, and then later I decide it should'nt be Unique, if I remove the "stored AS_UNIQUE" the constraint remain in the DB.
I understand it is normal and it's not a bug from mORMot, but what is the best way to remove this constraint? Should I use plain SQL on the database directly? Is there a "mormot way" I haven't seen?
Thanks for your help
Offline
Pages: 1