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,