items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2019-09-02-10057ffd-24736-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
9d68fbb5cc391f017a9c1d88d5fd55fc3c11cb23 | Payments from Ipsos MORI, 79-81 Borough Road, London SE1 1FY, for opinion surveys: | Employment and earnings 10057ffd | 2019-09-02 | Guto Bebb uk.org.publicwhip/person/24736 | 0 | 2019-09-02-10057ffd-24736-0 | |
f8dd2a8a996e6a912b65d2b36cff193e3c97a2d2 | 19 December 2018, payment of £200. Hours: 1 hr. (Registered 08 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Guto Bebb uk.org.publicwhip/person/24736 | 1 | 2019-09-02-10057ffd-24736-0 | |
44dbe94268bfd2203710e7083ba07ef1ba75aedb | 16 July 2019, payment of £200. Hours: 1 hr. (Registered 18 July 2019) | Employment and earnings 10057ffd | 2019-09-02 | Guto Bebb uk.org.publicwhip/person/24736 | 2 | 2019-09-02-10057ffd-24736-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE items ( hash VARCHAR(40) NOT NULL, item TEXT, category_id TEXT, date TEXT, member_id TEXT, person_id TEXT, sort_order INTEGER, record_id TEXT, PRIMARY KEY (hash), FOREIGN KEY ("category_id") REFERENCES [categories](id), FOREIGN KEY ("member_id") REFERENCES [members](id), FOREIGN KEY ("person_id") REFERENCES [people](id) ); CREATE INDEX items_date ON items("date"); CREATE INDEX items_category_id ON items("category_id"); CREATE INDEX items_member_id ON items("member_id"); CREATE INDEX items_person_id ON items("person_id"); CREATE INDEX items_record_id ON items("record_id");