file
11 rows where patch_id = 234
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1146 | 234 234 | i18n/arn.json |
1147 | 234 234 | i18n/egl.json |
1148 | 234 234 | i18n/eml.json |
1149 | 234 234 | i18n/hu-formal.json |
1150 | 234 234 | i18n/jbo.json |
1151 | 234 234 | i18n/lag.json |
1152 | 234 234 | i18n/ltg.json |
1153 | 234 234 | i18n/tet.json |
1154 | 234 234 | i18n/tokipona.json |
1155 | 234 234 | i18n/tru.json |
1156 | 234 234 | i18n/vmf.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);