This commit is contained in:
natib21
2026-07-03 21:25:49 +00:00
parent 6bf8da2934
commit bc62ce3a8e

View File

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