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