This commit is contained in:
natib21
2026-06-18 09:51:31 +00:00
parent 3352333bef
commit f1c2943854

View File

@@ -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 })