We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05485c3 commit 13a2d34Copy full SHA for 13a2d34
lib/domain/access-token.entity.ts
@@ -45,6 +45,6 @@ export class AccessTokenEntity {
45
@Column('timestamp', {name: 'created_on', nullable: false, default: () => 'now()'})
46
createdAt: Date;
47
48
- @Column({name: 'created_from', type: 'jsonb', nullable: true})
+ @Column({name: 'created_from', type: 'json', nullable: true})
49
createdFrom: OAuth2Request;
50
}
0 commit comments