update
This commit is contained in:
@ -10,6 +10,12 @@ export class BrilinkMerchantTerminal {
|
|||||||
@PrimaryGeneratedColumn('uuid')
|
@PrimaryGeneratedColumn('uuid')
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 256
|
||||||
|
})
|
||||||
|
code: string;
|
||||||
|
|
||||||
@ManyToOne(() => BrilinkMerchant, { onDelete: 'RESTRICT' })
|
@ManyToOne(() => BrilinkMerchant, { onDelete: 'RESTRICT' })
|
||||||
@JoinTable()
|
@JoinTable()
|
||||||
merchant: BrilinkMerchant
|
merchant: BrilinkMerchant
|
||||||
|
|||||||
Reference in New Issue
Block a user