update brilink
This commit is contained in:
@ -9,6 +9,13 @@ export class BrizziHistory {
|
|||||||
@PrimaryGeneratedColumn('uuid')
|
@PrimaryGeneratedColumn('uuid')
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: false,
|
||||||
|
length: 64,
|
||||||
|
unique: true
|
||||||
|
})
|
||||||
|
code: string
|
||||||
|
|
||||||
@ManyToOne(() => BrizziCard, { onDelete: 'RESTRICT' })
|
@ManyToOne(() => BrizziCard, { onDelete: 'RESTRICT' })
|
||||||
@JoinTable()
|
@JoinTable()
|
||||||
card: BrizziCard
|
card: BrizziCard
|
||||||
|
|||||||
Reference in New Issue
Block a user