update
This commit is contained in:
@ -20,7 +20,7 @@ export class RemitConfigRate {
|
|||||||
to: string;
|
to: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: false,
|
||||||
type: "float8",
|
type: "float8",
|
||||||
})
|
})
|
||||||
value: Number;
|
value: Number;
|
||||||
|
|||||||
Reference in New Issue
Block a user