From 80e738497774046ef92bff83ce76ef4c49021d4a Mon Sep 17 00:00:00 2001 From: fro1991 Date: Thu, 22 May 2025 15:19:09 +0700 Subject: [PATCH] update --- src/entity/brizzi_history.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/brizzi_history.ts b/src/entity/brizzi_history.ts index c164e99..83e7905 100644 --- a/src/entity/brizzi_history.ts +++ b/src/entity/brizzi_history.ts @@ -76,6 +76,12 @@ export class BrizziHistory { }) payload: string + @Column({ + type: 'jsonb', + nullable: true, + }) + payload_json: Record; + @Column() @CreateDateColumn() created_at: Date;