home / train

file

6 rows where patch_id = 2958

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
15012 2958 2958 includes/api/ApiEditPage.php
15013 2958 2958 includes/api/ApiStashEdit.php
15014 2958 2958 includes/api/i18n/en.json
15015 2958 2958 includes/api/i18n/qqq.json
15016 2958 2958 tests/phpunit/includes/api/ApiEditPageTest.php
15017 2958 2958 tests/phpunit/includes/api/ApiStashEditTest.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 19.177ms