I have a table1 created in the prod environment. I have to add column to an existing table1. Im using the function create of replace to create the table with the suitable ddl. To add the column shall i add it manually on the prod machine and change the ddl. Or changing only the ddl will do it?
Thank you