file
3 rows where patch_id = 88847
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427677 | 88847 88847 | app/src/components/SXSentenceSelector/SubSection.vue |
427678 | 88847 88847 | app/src/components/SXSentenceSelector/tests/SubSection.snap.js |
427679 | 88847 88847 | app/src/components/SXSentenceSelector/tests/SubSection.test.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);