Best practise for migration of large data
Hi,
I want to know what is the best practise to do when adding a new column on a table with millions of rows in prisma in the production postgresql db. This new column is not null and has no default value. When i try adding it with "npx prima migrate dev" the output says there is no default value for it.
I want to know what is the best practise to do when adding a new column on a table with millions of rows in prisma in the production postgresql db. This new column is not null and has no default value. When i try adding it with "npx prima migrate dev" the output says there is no default value for it.
ORM