Get Customised Columns using TypeOrm Query
Mar 11, 2023 · 2 min read · Sometimes 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...
Join discussion