From 6f7ad03ae026388acd9ef95e303ebeff68240a80 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 11 Nov 2025 01:55:07 +0700 Subject: [PATCH] update --- src/entity/compliance_risk_customers.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/entity/compliance_risk_customers.ts b/src/entity/compliance_risk_customers.ts index 903ca48..a2593c1 100644 --- a/src/entity/compliance_risk_customers.ts +++ b/src/entity/compliance_risk_customers.ts @@ -40,6 +40,11 @@ export class ComplianceRiskCustomer { }) name: string; + @Column({ + length: 4096, + }) + pwner: string; + @Column({ nullable: true, length: 256,