items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2020-10-12-10057ffd-25845-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 |
|---|---|---|---|---|---|---|---|
| c61d484727865e918279d4a95718cedf60cc8c38 | Payments from the ExtraCare Charitable Trust, 7 Harry Weston Road, Binley Business Park, Binley, Coventry CV3 2SN, for work as a carer. Payments, net of tax, donated to charity. | Employment and earnings 10057ffd | 2020-10-12 | Nadia Whittome uk.org.publicwhip/person/25845 | 0 | 2020-10-12-10057ffd-25845-0 | |
| dae37f0a6236e21a1aaf2f4154710ea15844beca | 30 April 2020, payment of £223.96. Hours: 26 hrs. (Registered 03 July 2020) | Employment and earnings 10057ffd | 2020-10-12 | Nadia Whittome uk.org.publicwhip/person/25845 | 1 | 2020-10-12-10057ffd-25845-0 | |
| 923123c377ee5cadae9825fd94e2430525a84327 | 29 May 2020, payment of £244.16. Hours: 28 hrs. (Registered 03 July 2020) | Employment and earnings 10057ffd | 2020-10-12 | Nadia Whittome uk.org.publicwhip/person/25845 | 2 | 2020-10-12-10057ffd-25845-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");