run migration on prod before pushing new schema?
i've added a new column to my table, after running a migration on local,
can i run the migration on production before pushing the new schema? i also have rank an optional field now
1 Reply
You must add the (optional) field before you can add it to your documents (right now tables either have a schema with all known fields or don't have a schema at all, no in-between).