Sorrm how to add a column to an existing table

142 Views Asked by At

I need to add a new column to an existing table, I know I could create a new model and migrate the data over but that wouldn't be idle any other way?

1

There are 1 best solutions below

4
Nikita Volkov On BEST ANSWER

Unfortunately the only other way is to use some administration tool for your database to manually update the schema to match the one for the new model.