crewCurrentStatus
7 rows
This data as json, CSV (advanced)
id ▼ | name |
---|---|
1 | PG&E has assigned a crew to assess the outage. |
2 | PG&E repair crew is on-site working to restore power. |
3 | PG&E is sending a repair crew to the outage location. |
4 | PG&E is assessing the cause at the outage location. |
5 | PG&E assessment crew is en route to the outage. |
6 | PG&E is unable to access the affected equipment. |
7 | PG&E repair crew is en route to the outage location. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [crewCurrentStatus] ( [id] INTEGER PRIMARY KEY, [name] TEXT ); CREATE UNIQUE INDEX idx_crewCurrentStatus_name ON crewCurrentStatus (name);