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