file
30 rows where patch_id = 78963
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
365028 | 78963 78963 | i18n/ar.json |
365029 | 78963 78963 | i18n/az.json |
365030 | 78963 78963 | i18n/bn.json |
365031 | 78963 78963 | i18n/ce.json |
365032 | 78963 78963 | i18n/cs.json |
365033 | 78963 78963 | i18n/de.json |
365034 | 78963 78963 | i18n/el.json |
365035 | 78963 78963 | i18n/es.json |
365036 | 78963 78963 | i18n/eu.json |
365037 | 78963 78963 | i18n/fa.json |
365038 | 78963 78963 | i18n/fi.json |
365039 | 78963 78963 | i18n/fr.json |
365040 | 78963 78963 | i18n/he.json |
365041 | 78963 78963 | i18n/hu.json |
365042 | 78963 78963 | i18n/it.json |
365043 | 78963 78963 | i18n/ja.json |
365044 | 78963 78963 | i18n/ka.json |
365045 | 78963 78963 | i18n/kg.json |
365046 | 78963 78963 | i18n/ko.json |
365047 | 78963 78963 | i18n/lmo.json |
365048 | 78963 78963 | i18n/lv.json |
365049 | 78963 78963 | i18n/nl.json |
365050 | 78963 78963 | i18n/pl.json |
365051 | 78963 78963 | i18n/pt-br.json |
365052 | 78963 78963 | i18n/sv.json |
365053 | 78963 78963 | i18n/tr.json |
365054 | 78963 78963 | i18n/uk.json |
365055 | 78963 78963 | i18n/vi.json |
365056 | 78963 78963 | i18n/yue.json |
365057 | 78963 78963 | i18n/zh-hans.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);