brilink update
This commit is contained in:
@ -70,6 +70,12 @@ export class BrizziHistory {
|
||||
})
|
||||
remarks: BrizziHistoryRemarks;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 64,
|
||||
})
|
||||
payload: string
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user