From 827895b9f245c7b3601e16741bb4251e3b463570 Mon Sep 17 00:00:00 2001 From: Rizki Date: Thu, 4 Dec 2025 11:32:46 +0700 Subject: [PATCH] add employeetitle --- src/entity/earchive_approval.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/entity/earchive_approval.ts b/src/entity/earchive_approval.ts index 1e9f1e2..ecfd5ec 100644 --- a/src/entity/earchive_approval.ts +++ b/src/entity/earchive_approval.ts @@ -22,6 +22,9 @@ export class EarchiveApproval { @Column({ name: 'employeename', nullable: true }) employeename: string; + + @Column({ name: 'employeetitle', nullable: true }) + employeetitle: string; @Column({ name: 'uuidapproval', type: 'uuid', nullable: true }) uuidapproval: string;