mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
driver
This commit is contained in:
@@ -44,7 +44,7 @@ export class Driver extends BaseEntity {
|
||||
@Column({ type: 'text', nullable: true })
|
||||
address!: string | null;
|
||||
|
||||
@Column({ name: 'emergency_contact', nullable: true })
|
||||
@Column({ name: 'emergency_contact', type: 'varchar', nullable: true })
|
||||
emergencyContact!: string | null;
|
||||
|
||||
@Column({ type: 'text', nullable: true })
|
||||
|
||||
Reference in New Issue
Block a user