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