how to change a schema to remove an array if there is already data with that array?
how can I delete the
items field from the schema without having to delete all the data in the quotes table?I tried to mark the column "items" as null but it wasn't possible
