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