From 0acaf991cd9ed580525bb244a57ff57b29043aa9 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Mon, 10 Nov 2025 15:47:39 +0700 Subject: [PATCH] update --- src/entity/compliance_risk_formulas.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/compliance_risk_formulas.ts b/src/entity/compliance_risk_formulas.ts index cc7d270..4bbb978 100644 --- a/src/entity/compliance_risk_formulas.ts +++ b/src/entity/compliance_risk_formulas.ts @@ -37,6 +37,12 @@ export class ComplianceRiskFormula { }) name: string; + @Column({ + nullable: false, + default: 0, + }) + seq: Number; + @Column({ nullable: false, length: 64,