items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-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 |
|---|---|---|---|---|---|---|---|
| 3e3ecc750ea476d97d29c5f876d4283a4e30942d | Name of donor: R Collard Ltd | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 0 | 2015-03-09-8f616a6e-10293-1 |
| 9d0283f30d98f917dacf3762bd9f904464555c73 | Address of donor: Eversley Haulage Park, Brickhouse Hill, Eversley, Hook RG27 0PZ | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 1 | 2015-03-09-8f616a6e-10293-1 |
| c9e583921b771363ac97f76c22108460e4324ea6 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 2 | 2015-03-09-8f616a6e-10293-1 |
| ff30a82703efda2ba82028de9ce7db6195fa0678 | Date of receipt: 10 November 2014 | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 3 | 2015-03-09-8f616a6e-10293-1 |
| 4e9f5656f6ad35def8c9426a7a4c0924a5c25488 | Date of acceptance: 10 November 2014 | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 4 | 2015-03-09-8f616a6e-10293-1 |
| 4f742560b3a1f28aba9d09e10f6f50449518f802 | Donor status: company, registration 3002310 | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 5 | 2015-03-09-8f616a6e-10293-1 |
| 770d368fb5ab430ab0536a05373657988b7bbd5f | (Registered 24 November 2014) | Sponsorships 8f616a6e | 2015-03-09 | Gerald Howarth uk.org.publicwhip/member/40039 | Gerald Howarth uk.org.publicwhip/person/10293 | 6 | 2015-03-09-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");