home / train

file

6 rows where patch_id = 36652

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
168936 36652 36652 autoload.php
168937 36652 36652 includes/Parser/FullTextKeywordRegistry.php
168938 36652 36652 includes/Query/FileTypeFeature.php
168939 36652 36652 includes/Query/TextFieldFilterFeature.php
168940 36652 36652 tests/phpunit/Query/FileFeatureTest.php
168941 36652 36652 tests/phpunit/Query/TextFieldFilterFeatureTest.php

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 13.873ms