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