home / train

file

7 rows where patch_id = 59607

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273836 59607 59607 RELEASE-NOTES-1.37
273837 59607 59607 resources/Resources.php
273838 59607 59607 resources/lib/foreign-resources.yaml
273839 59607 59607 resources/lib/wvui/README.md
273840 59607 59607 resources/lib/wvui/wvui-search.commonjs2.js
273841 59607 59607 resources/lib/wvui/wvui-search.css
273842 59607 59607 resources/src/wvui/wvui.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 18.016ms