Change Default Value

Hi, I create a new column in my database with ā€œDefault Valueā€ as false, but now, need change the ā€œDefaults Valueā€ to True. How can I do this?

I donā€™t knowā€¦ it it doesnā€™t work from the interface maybe you can do it directly from mongo db by connecting directly to mongo db

I tried but I didnā€™t found in the mongo db. Probably this ā€œdefault valueā€ is saved at the Moralis, but I canā€™t change this. So I have to drop all the collections only for this?!
I feel confused about it

you could drop only that column, but the default value should be somewhere in mongo db, maybe in the information attached to the table

Dropping the column and creating again solve the problem. Thanks!