Web Dev CodyW
Convex Community2y ago
4 replies
Web Dev Cody

A way to provide default values on new schema items?

so I'm trying to add a new field to a convex table and I'd like to make it required. Is there no way to add a field and have it auto-fill with a default value? Is the only way to make it v.optional() first, then update all my data, then remove the v.optional?
Was this page helpful?