Category: postgreSQL

January 7, 2022 / postgreSQL

Relation of column not defined is a pretty common error in postgresql and nodejs servers. Especially, beginners fail to understand and resolve this error. When you make any changes to your schema in nodejs it doesn’t reflect into postgresql db like in mongodb. You need to manually update the table…