2026-04-13-3
This commit is contained in:
@@ -12,6 +12,10 @@ export class RoadSegmentStat {
|
||||
@Column('float', { default: 1.0 })
|
||||
congestionFactor: number; // 1.0 = Free flow, >1.0 = Congested
|
||||
|
||||
@Column('boolean', { default: false })
|
||||
@Index()
|
||||
isClosed: boolean;
|
||||
|
||||
@Column('int', { default: 0 })
|
||||
sampleCount: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user