diff --git a/src/entity/trx_country_bank_currencies.ts b/src/entity/trx_country_bank_currencies.ts index 4452762..59caeeb 100644 --- a/src/entity/trx_country_bank_currencies.ts +++ b/src/entity/trx_country_bank_currencies.ts @@ -3,8 +3,8 @@ import { TrxCountry } from "./trx_countries"; import { TrxCurrency } from "./trx_currencies"; import { TrxBank } from "./trx_banks"; -@Entity("trx_country_currencies", { schema: "trx" }) -export class TrxCountryCurrency { +@Entity("trx_country_bank_currencies", { schema: "trx" }) +export class TrxCountryBankCurrency { @PrimaryGeneratedColumn("uuid") id: string;