Gayan Hewahewadotme.hashnode.dev·Mar 27, 2023Single Table Inheritance with TypeORM and PostgreSQLIntroduction Single Table Inheritance is a design pattern that allows you to represent a hierarchy of objects using a single database table. Each subclass in the hierarchy is represented as a row in the table, with a type field that identifies the cl...306 readstypeorm