Hello
We have a development, a test and a production environment
How do you generally deploy DDL changes?
So, alter a table in development and apply to test then production
e.g.
table1 has column1, column2, column3
I add column4
I now want to deploy this change to production
I also want to retain data
Thanks.