This commit is contained in:
fro1991
2025-07-27 21:17:54 +07:00
parent aa4fc82627
commit 535424b09a

View File

@ -20,7 +20,7 @@ export class RemitConfigRate {
to: string;
@Column({
nullable: true,
nullable: false,
type: "float8",
})
value: Number;