home / train

file

6 rows where patch_id = 15052

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
71963 15052 15052 src/FootnoteMarkFormatter.php
71964 15052 15052 src/ReferenceMessageLocalizer.php
71965 15052 15052 src/ReferencesFormatter.php
71966 15052 15052 tests/phpunit/unit/FootnoteMarkFormatterTest.php
71967 15052 15052 tests/phpunit/unit/ReferenceMessageLocalizerUnitTest.php
71968 15052 15052 tests/phpunit/unit/ReferencesFormatterTest.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 22.468ms