file
7 rows where patch_id = 1852
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
8367 | 1852 1852 | app/src/components/CXHeader.vue |
8368 | 1852 1852 | app/src/components/CXSuggestionList.vue |
8369 | 1852 1852 | app/src/components/CXTranslationSuggestion.vue |
8370 | 1852 1852 | app/src/components/CXTranslationWork.vue |
8371 | 1852 1852 | app/src/components/SXArticleSelector.vue |
8372 | 1852 1852 | app/src/components/SXContentComparator.vue |
8373 | 1852 1852 | app/src/components/SXSectionSelector.vue |
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);