I have a PostgreSQL database that is used for an application developed in Delphi , but now I will have to use the same database for a new application that will be developed in Java , I need some columns that do not yet exist in some tables already used, my question is if I add a column to an already existing table and it is already used it could harm the program that is already running on top of that table? p>