items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-03-24-8f616a6e-10293-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 |
|---|---|---|---|---|---|---|---|
| 46b3584b36c301d9433ba15cf36e8cc31f449241 | Name of donor: John Isabel | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 0 | 2010-03-24-8f616a6e-10293-0 |
| 46e0f6c206dc27dc120ad74a64ea5b9659e86824 | Address of donor: private | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 1 | 2010-03-24-8f616a6e-10293-0 |
| df482d9b6bbc08079aa2d0f89c491928080bcefe | Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 2 | 2010-03-24-8f616a6e-10293-0 |
| f212087e8b214403c6d5eb4bcbc765a0414accac | Date of receipt: 13 January 2010 | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 3 | 2010-03-24-8f616a6e-10293-0 |
| 1f03ea051675b086e212d08014437990300fb725 | Date of acceptance: 9 February 2010 | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 4 | 2010-03-24-8f616a6e-10293-0 |
| 7fc102296c812fbd5907e8afbd9a84829d6d0ffb | Donor status: individual | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 5 | 2010-03-24-8f616a6e-10293-0 |
| 55a0e13d342baf02d051d5eea9e029933f37c117 | (Registered 18 March 2010) | Sponsorships 8f616a6e | 2010-03-24 | Gerald Howarth uk.org.publicwhip/member/1369 | Gerald Howarth uk.org.publicwhip/person/10293 | 6 | 2010-03-24-8f616a6e-10293-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");