file
5 rows where patch_id = 151
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
827 | 151 151 | i18n/ang.json |
828 | 151 151 | i18n/ht.json |
829 | 151 151 | i18n/ky.json |
830 | 151 151 | i18n/pfl.json |
831 | 151 151 | i18n/rue.json |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);