update
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user