Postgresql – Need to Alter data type in a column common to all tables in a schema
I need to alter the Data Type of a named column (let's call them 'photo') across all the tables in a schema. For example: I have 300 tables with identical structure (except the data in each row of course). But…