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