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,