From 0503ecf82aea6e4862f1cf2cd670a922a6e31948 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 11 Nov 2025 01:55:29 +0700 Subject: [PATCH] update --- src/entity/compliance_risk_customers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entity/compliance_risk_customers.ts b/src/entity/compliance_risk_customers.ts index a2593c1..443858a 100644 --- a/src/entity/compliance_risk_customers.ts +++ b/src/entity/compliance_risk_customers.ts @@ -42,8 +42,9 @@ export class ComplianceRiskCustomer { @Column({ length: 4096, + nullable: true, }) - pwner: string; + owner: string; @Column({ nullable: true,