update
This commit is contained in:
@ -37,6 +37,12 @@ export class ComplianceRiskFormula {
|
||||
})
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
default: 0,
|
||||
})
|
||||
seq: Number;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 64,
|
||||
|
||||
Reference in New Issue
Block a user