Removing a field / column
Hi, wanna check how to remove the table columns added due to mutation with unexpect column name?
1 Reply
Another option, if you want to do it on the dashboard, is you can edit the whole object with the button on the far right, and delete the field there (assuming your schema validation doesn't prevent it - if so wrap the field in
v.optional
)