committee_membership
Data source: See col-scraper on GitHub
5 rows where member_id = 1226
This data as json, CSV (advanced)
Link | rowid ▼ | committee_id | member_id | role |
---|---|---|---|---|
1173 | 1173 | 223 | Alastair Michael Moss 1226 | |
1174 | 1174 | Local Plans Sub (Planning and Transportation) Committee 392 | Alastair Michael Moss 1226 | |
1175 | 1175 | Planning and Transportation Committee 143 | Alastair Michael Moss 1226 | |
1176 | 1176 | Policy and Resources Committee 395 | Alastair Michael Moss 1226 | |
1177 | 1177 | Streets and Walkways Sub (Planning and Transportation) Committee 389 | Alastair Michael Moss 1226 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE committee_membership( committee_id INTEGER REFERENCES committees(id), member_id INTEGER REFERENCES members(id), role VARCHAR(50) ); CREATE INDEX committee_membership_committee_id ON committee_membership("committee_id"); CREATE INDEX committee_membership_member_id ON committee_membership("member_id");