mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 11:21:18 +00:00
fix fayda
This commit is contained in:
@@ -51,4 +51,11 @@ export class Driver extends BaseEntity {
|
||||
|
||||
@Column({ type: 'numeric', precision: 3, scale: 2, nullable: true })
|
||||
rating?: number | null;
|
||||
|
||||
@Column({ name: 'fayda_verified', type: 'boolean', default: false, nullable: true })
|
||||
faydaVerified?: boolean;
|
||||
|
||||
/** Fayda OIDC subject the identity was verified against. */
|
||||
@Column({ name: 'fayda_sub', type: 'varchar', nullable: true })
|
||||
faydaSub?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user