This commit is contained in:
fro1991
2025-10-25 23:51:15 +07:00
parent 08fe324f4f
commit c7427e0db3

View File

@ -7,10 +7,6 @@ export class TrxCurrency {
@PrimaryGeneratedColumn("uuid")
id: string;
@ManyToOne(() => TrxCountry, { onDelete: "NO ACTION" })
@JoinColumn()
country: TrxCountry;
@Column({
nullable: true,
length: 10,