diff --git a/src/entity/compliance_risk_peps.ts b/src/entity/compliance_risk_peps.ts index bae6bda..bf1a6a0 100644 --- a/src/entity/compliance_risk_peps.ts +++ b/src/entity/compliance_risk_peps.ts @@ -34,7 +34,7 @@ export class ComplianceRiskPep { nullable: true, length: 256, }) - relation_tpe: string; + relation_type: string; @Column({ nullable: false,