items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-06-26-70b64e89-25292-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 |
|---|---|---|---|---|---|---|---|
| c9351ca1a29c6fa87671dec9175a33775ca09fd9 | Name of donor: IX Wireless Ltd Address of donor: Ribble House, Ribble Business Park, Blackburn BB1 5RB Amount of donation or nature and value if donation in kind: £5,000 to the Dr James Davies MP Community Account Date received: 9 September 2022 Date accepted: 15 September 2022 Donor status: company, registration 11009144 (Registered 16 September 2022) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-06-26 | James Davies uk.org.publicwhip/person/25292 | 0 | 2023-06-26-70b64e89-25292-0 | |
| 274f7de37fd6ef66c44319ff3bc6ab5242d8aeeb | Name of donor: Carlton Club Political Committee Address of donor: 69 St James's St, London SW1A 1PJ Amount of donation or nature and value if donation in kind: £9,500 to the Dr James Davies MP Community Account Date received: 12 January 2023 Date accepted: 26 January 2023 Donor status: unincorporated association (Registered 26 January 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-06-26 | James Davies uk.org.publicwhip/person/25292 | 1 | 2023-06-26-70b64e89-25292-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");