How to handle adding new columns to schema?
I have a schema, but I've decided I need to add a new column.
I change the
schema.ts
file, push, and get the error
I can solve this by dropping the table and then re-running the push, but I'm wondering if there is a better way to go about it,1 Reply
If you are using db push - then not for now
db push was designed for a local developemnt, when for such cases you are fine with deleting table and recreating them