feat(Q3): add temperature, conditions, bbox columns to wildlife_sightings
This commit is contained in:
@@ -165,6 +165,9 @@ wildlife_sightings = Table(
|
||||
Column("confidence", Float),
|
||||
Column("crop_path", String),
|
||||
Column("event_id", Integer),
|
||||
Column("temperature_c", Float),
|
||||
Column("conditions", String),
|
||||
Column("bbox", String), # JSON [x, y, w, h] normalized
|
||||
)
|
||||
Index("idx_wildlife_ts", wildlife_sightings.c.ts.desc())
|
||||
Index("idx_wildlife_threat", wildlife_sightings.c.threat_level, wildlife_sightings.c.ts.desc())
|
||||
|
||||
Reference in New Issue
Block a user