USUtkarsh Shuklainutkarshshukla.hashnode.dev·Mar 11, 2023 · 2 min readGet Customised Columns using TypeOrm QuerySometimes while making our models (table) we declare some columns which are only to be used for tracking the entry and updation of the data like the created_at and updated_at columns. We often declare its select type as false because we don't need it...00