items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2005-04-11-84642823-10673-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 |
|---|---|---|---|---|---|---|---|
| 3a2844114157c61e2cfe61bdb4bf9a6e81317340 | Complimentary membership of The Peak Health Club, The Carlton Tower Hotel, London SW7. | Gifts, benefits and hospitality (UK) 84642823 | 2005-04-11 | Michael Portillo uk.org.publicwhip/member/1164 | Michael Portillo uk.org.publicwhip/person/10673 | 0 | 2005-04-11-84642823-10673-0 |
| 0ac4931492925925fb1e252b50737f63c62bc263 | Ex officio complimentary membership of the Chelsea Arts Club. | Gifts, benefits and hospitality (UK) 84642823 | 2005-04-11 | Michael Portillo uk.org.publicwhip/member/1164 | Michael Portillo uk.org.publicwhip/person/10673 | 1 | 2005-04-11-84642823-10673-0 |
| 3ba8d7fb6b8416c279079bdbc2345b7ed7eda554 | September 2004, free Executive Medical Screen, Cromwell Hospital, London SW7. (Registered 20 October 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2005-04-11 | Michael Portillo uk.org.publicwhip/member/1164 | Michael Portillo uk.org.publicwhip/person/10673 | 2 | 2005-04-11-84642823-10673-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");