offices
0 rows where legislator_id = "P000102"
This data as json
0 records
CREATE TABLE "offices" (
"id" TEXT PRIMARY KEY,
"legislator_id" TEXT REFERENCES "legislators"("id"),
"address" TEXT,
"suite" TEXT,
"city" TEXT,
"state" TEXT,
"zip" TEXT,
"latitude" REAL,
"longitude" REAL,
"fax" TEXT,
"phone" TEXT,
"building" TEXT
, "hours" TEXT);