items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-8f616a6e-10293-1" 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 |
|---|---|---|---|---|---|---|---|
| c920964a1fe8f5f7ce7972f6be166985885afba3 | Name of donor: R Collard Ltd | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 0 | 2015-02-23-8f616a6e-10293-1 |
| 1e2726d8ed58779bf249ad8be664737847a3171b | Address of donor: Eversley Haulage Park, Brickhouse Hill, Eversley, Hook RG27 0PZ | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 1 | 2015-02-23-8f616a6e-10293-1 |
| fbf7d065f3da2293b5292b9ddb97a6a3c29870a7 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 2 | 2015-02-23-8f616a6e-10293-1 |
| fd728ff07489907214e87ffd3da78b79ba4a997e | Date of receipt: 10 November 2014 | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 3 | 2015-02-23-8f616a6e-10293-1 |
| 3321275d897899abe16a0954f46c3ee166f763d5 | Date of acceptance: 10 November 2014 | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 4 | 2015-02-23-8f616a6e-10293-1 |
| 77f95e83287a5c789faeafa684bf506e61b244f2 | Donor status: company, registration 3002310 | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 5 | 2015-02-23-8f616a6e-10293-1 |
| 66eece17d4fac747e25d2a8b4e39bbbd5fcf0fa6 | (Registered 24 November 2014) | Sponsorships 8f616a6e | 2015-02-23 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 6 | 2015-02-23-8f616a6e-10293-1 |
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");