How to Automatically Add and Update a createdBy Attribute in Every Entity Using NestJS and TypeORM
I am working on a NestJS application and using TypeORM for my database interactions. Each entity in my application already has createdAt and updatedAt attributes, which are automatically managed by decorators. I want to add a createdBy attribute to each entity to track who created or last edited the entity.