update
This commit is contained in:
@ -22,6 +22,17 @@ export class RemitPartnerApi {
|
||||
})
|
||||
consumer_secret: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
token: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
expires_in: Date;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user