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