file
6 rows where patch_id = 60436
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
277142 | 60436 60436 | app/src/components/SXTranslationConfirmer/SXTranslationConfirmerActionPanel.snap.js |
277143 | 60436 60436 | app/src/components/SXTranslationConfirmer/SXTranslationConfirmerActionPanel.vue |
277144 | 60436 60436 | app/src/components/SXTranslationConfirmer/getActionButtonLabel.js |
277145 | 60436 60436 | extension.json |
277146 | 60436 60436 | i18n/en.json |
277147 | 60436 60436 | i18n/qqq.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);