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
@Column({
type: 'jsonb',
nullable: true,
})
payload_json: Record<string, any>;
@Column()
@CreateDateColumn()
created_at: Date;