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