items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2015-03-30-8f616a6e-10213-4" 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 |
|---|---|---|---|---|---|---|---|
| 46600ccda59e6ce3b7d2a27e5806f9420ddf2f6c | Name of donor: Midland Chilled Foods Ltd | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 0 | 2015-03-30-8f616a6e-10213-4 |
| 92d6209b9c41771f914e448188038e469630b30d | Address of donor: 75DStation Rd, Barton-under-Needwood, Burton on Trent, DE13 8DS Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 1 | 2015-03-30-8f616a6e-10213-4 |
| 3b61a8dac5d2ae0498bf360743b792b876dfd172 | Date of receipt: 28 March 2014 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 2 | 2015-03-30-8f616a6e-10213-4 |
| a0f5a2be0207336813e8ea70262b57652b88d140 | Date of acceptance: 1 April 2014 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 3 | 2015-03-30-8f616a6e-10213-4 |
| b85263e2f8958d819adcaa4ed97a33c85a8d9464 | Donor status: Company, No. 01104045 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 4 | 2015-03-30-8f616a6e-10213-4 |
| 18695b5f93ed99d7c03975a60d1573f799d2c24c | (Registered 1 April 2014) | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 5 | 2015-03-30-8f616a6e-10213-4 |
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");