file
7 rows where patch_id = 3034
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15252 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelector.vue |
15253 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorActionButtons.snap.js |
15254 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorActionButtons.test.js |
15255 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorActionButtons.vue |
15256 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorProposedTranslationBody.snap.js |
15257 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorProposedTranslationBody.test.js |
15258 | 3034 3034 | app/src/components/SXSentenceSelector/SXSentenceSelectorProposedTranslationBody.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);