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