update
This commit is contained in:
@ -6,13 +6,6 @@ export class RemitTransactionRisk {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
unique: true,
|
||||
length: 256,
|
||||
})
|
||||
reference: string;
|
||||
|
||||
@ManyToOne(() => RemitTransaction, { onDelete: "RESTRICT" })
|
||||
@JoinTable()
|
||||
transaction: RemitTransaction;
|
||||
|
||||
Reference in New Issue
Block a user