sc_changed
8 rows where item_version = 15
This data as json, CSV (advanced)
Link | item_version | column |
---|---|---|
15,14 | Mr 15 | appointment-date 14 |
15,15 | Mr 15 | name 15 |
15,16 | Mr 15 | title 16 |
15,17 | Mr 15 | organisation 17 |
15,18 | Mr 15 | appointment-provision 18 |
15,19 | Mr 15 | judge-of-appeal 19 |
15,20 | Mr 15 | deceased 20 |
15,21 | Mr 15 | 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]) );