mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 21:15:41 +00:00
fix data table
This commit is contained in:
@@ -56,4 +56,10 @@ export class Vehicle extends BaseEntity {
|
||||
|
||||
@Column({ type: 'text', nullable: true })
|
||||
description?: string | null;
|
||||
|
||||
@Column({ name: 'assigned_driver_id', type: 'uuid', nullable: true })
|
||||
assignedDriverId?: string;
|
||||
|
||||
@Column({ name: 'assigned_driver_name', nullable: true })
|
||||
assignedDriverName?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user