This commit is contained in:
fro1991
2025-05-22 15:19:09 +07:00
parent 9a04077d97
commit 80e7384977

View File

@ -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;