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