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