diff --git a/src/entity/remit_config_rates.ts b/src/entity/remit_config_rates.ts index f886bcc..709b87c 100644 --- a/src/entity/remit_config_rates.ts +++ b/src/entity/remit_config_rates.ts @@ -20,7 +20,7 @@ export class RemitConfigRate { to: string; @Column({ - nullable: true, + nullable: false, type: "float8", }) value: Number;