update
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user