This commit is contained in:
meusinfirmary
2025-07-26 03:23:38 +07:00
parent 9b14617f7b
commit ae094b60f0

View File

@ -120,7 +120,7 @@ export class RemitTransaction {
callback_count: Number;
@Column({
nullable: false,
nullable: true,
type: "int2",
})
risk_score: Number;