1
I have a Postgresql database that is used for an application developed in Delphi, but now I will have to use this same bank for a new application that will be developed in Java, need some columns that do not yet exist in some tables already used, my doubt is if I add a column to an existing table and that is already used this could harm the program that is already running on top of that table?
Migration is used to mitigate these possible problems. See the answers to https://answall.com/q/207501/64969, this may help clarify
– Jefferson Quesado