home / train

file

7 rows where patch_id = 211

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1044 211 211 extension.json
1045 211 211 modules/help/ext.growthExperiments.HelpPanelProcessDialog.SuggestedEditsPanel.js
1046 211 211 modules/helppanel/ext.growthExperiments.SuggestedEditsPeek.js
1047 211 211 modules/homepage/suggestededits/ext.growthExperiments.Homepage.SuggestedEdits.TaskExplanation.less
1048 211 211 modules/homepage/suggestededits/ext.growthExperiments.Homepage.SuggestedEdits.TaskExplanationWidget.js
1049 211 211 modules/homepage/suggestededits/ext.growthExperiments.SuggestedEdits.SmallTaskCard.js
1050 211 211 modules/utils/ext.growthExperiments.IconUtils.js

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 21.317ms