This commit is contained in:
fro1991
2025-07-17 01:15:42 +07:00
parent de886ce420
commit ef1cc51b5d

View File

@ -19,15 +19,15 @@ export class BrilinkTransactionLog {
@Column({ @Column({
type: "jsonb", type: "jsonb",
}) })
request: string; request: any;
@Column() @Column()
request_at: Date; request_at: Date;
@Column({ @Column({
length: 4096, type: "jsonb",
}) })
response: string; response: any;
@Column() @Column()
response_at: Date; response_at: Date;