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