file
6 rows where patch_id = 2564
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13013 | 2564 2564 | app/src/components/SXSentenceSelector.vue |
13014 | 2564 2564 | app/src/store/modules/mediawiki.js |
13015 | 2564 2564 | app/src/wiki/cx/api/translator.js |
13016 | 2564 2564 | app/src/wiki/mw/api/site.js |
13017 | 2564 2564 | app/src/wiki/mw/models/mtProviderGroup.js |
13018 | 2564 2564 | app/src/wiki/mw/models/pageSection.js |
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);