Corvid: The ability to Add custom field in data collection using wix code

I just thought that it would be cool to have control over the data collection to create new fields in the database. I really don’t have a thought of how it could be used yet but it just popped up in my head and I had to share it. I think I could possibly see this if I created a controlled environment for people on the website to create their own quizzes for their students or colleagues.

Let me know what you all think. I may just be spitballing right now.

Cheers!
Nino

2 Likes

@nino actually nothing prevent you from saving an object with more property that are not present in your collection schema,

Wix use document collection which are schema free so you’ll be able to save, update and read property even though they are not define in your schema

You’ll see them with square braces in the column name