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({
type: "jsonb",
})
request: string;
request: any;
@Column()
request_at: Date;
@Column({
length: 4096,
type: "jsonb",
})
response: string;
response: any;
@Column()
response_at: Date;