This commit is contained in:
fro1991
2025-11-10 15:47:39 +07:00
parent 16b3873775
commit 0acaf991cd

View File

@ -37,6 +37,12 @@ export class ComplianceRiskFormula {
}) })
name: string; name: string;
@Column({
nullable: false,
default: 0,
})
seq: Number;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,