sc_changed
8 rows where item_version = 42
This data as json, CSV (advanced)
Link | item_version | column |
---|---|---|
42,14 | Justice 42 | appointment-date 14 |
42,15 | Justice 42 | name 15 |
42,16 | Justice 42 | title 16 |
42,17 | Justice 42 | organisation 17 |
42,18 | Justice 42 | appointment-provision 18 |
42,19 | Justice 42 | judge-of-appeal 19 |
42,20 | Justice 42 | deceased 20 |
42,21 | Justice 42 | honoris-causa 21 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [sc_changed] ( [item_version] INTEGER REFERENCES [sc_version]([_id]), [column] INTEGER REFERENCES [columns]([id]), PRIMARY KEY ([item_version], [column]) );