update
This commit is contained in:
@ -76,6 +76,12 @@ export class BrizziHistory {
|
|||||||
})
|
})
|
||||||
payload: string
|
payload: string
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
type: 'jsonb',
|
||||||
|
nullable: true,
|
||||||
|
})
|
||||||
|
payload_json: Record<string, any>;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user