home / train

file

8 rows where patch_id = 59564

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
273720 59564 59564 includes/changetags/ChangeTags.php
273721 59564 59564 includes/filerepo/file/LocalFile.php
273722 59564 59564 includes/installer/PostgresInstaller.php
273723 59564 59564 includes/installer/PostgresUpdater.php
273724 59564 59564 includes/libs/rdbms/field/PostgresField.php
273725 59564 59564 includes/user/ActorStore.php
273726 59564 59564 tests/phpunit/includes/Storage/NameTableStoreTest.php
273727 59564 59564 tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.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 20.186ms