This commit is contained in:
fro1991
2025-07-27 21:14:21 +07:00
parent d921eb4729
commit aa4fc82627

View File

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