dannyeloD
Convex Communityโ€ข2y agoโ€ข
4 replies
dannyelo

How to remove (delete) a column in a table

Hi,
I defined a column in my schema within a nextjs app and saw it in the data tab on the convex dashboard.
I don't want that column anymore and want to remove it from the schema and the table, but now I got an error in the console.

Document with ID "......" in table "listings" does not match the schema: Object contains extra field `variants` that is not in the validator.


Whats the procedure to achieve this?
Thanks
Was this page helpful?