How can I handle the gap between adding new columns in table and deploying the code?
I am using typeorm
as orm library in typescript to integrate with PostgreSQL database. I have a table in the db and created a class in typeorm
to map to that table like: