Is it possible to Delete a Column using the Moralis Dashboard

Hi All,

I put in some new columns in a table using the Moralis Dashboard. I had accidentally made them “required”. I realised these columns were incorrect and don’t need them anymore. Unfortunately now when I try and create new objects with code it throws an error “new column X is required”.

I cant seem to find an option to delete a column in the dashboard.

How can we do this?

Hey @itheum

To delete a column in a table you need:

1.Select “Edit”
image
2. Select “Delete a column”
image
3. Select a column to delete:
image

Hope it will help you :man_factory_worker:

1 Like

Tnx - I can’t believe I missed that :sweat_smile: