update
This commit is contained in:
@ -7,10 +7,6 @@ export class TrxCurrency {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id: string;
|
||||
|
||||
@ManyToOne(() => TrxCountry, { onDelete: "NO ACTION" })
|
||||
@JoinColumn()
|
||||
country: TrxCountry;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 10,
|
||||
|
||||
Reference in New Issue
Block a user