mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
mile
This commit is contained in:
@@ -24,7 +24,7 @@ export class LastMileContainerAllocation extends BaseEntity {
|
||||
@Column('uuid', { name: 'vehicle_id', nullable: true })
|
||||
vehicleId?: string | null;
|
||||
|
||||
@Column('text')
|
||||
@Column('text', { name: 'container_type' })
|
||||
containerType!: string;
|
||||
|
||||
@Column('integer', { default: 1 })
|
||||
|
||||
Reference in New Issue
Block a user