sc_changed
8 rows where item_version = 1
This data as json, CSV (advanced)
Link | item_version | column |
---|---|---|
1,19 | Mr 1 | honoris-causa 19 |
1,20 | Mr 1 | title 20 |
1,21 | Mr 1 | name 21 |
1,22 | Mr 1 | organisation 22 |
1,23 | Mr 1 | deceased 23 |
1,24 | Mr 1 | appointment-provision 24 |
1,25 | Mr 1 | appointment-date 25 |
1,26 | Mr 1 | judge-of-appeal 26 |
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]) );