home / train

file

6 rows where patch_id = 58479

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268907 58479 58479 includes/installer/MysqlUpdater.php
268908 58479 58479 includes/installer/SqliteUpdater.php
268909 58479 58479 maintenance/abstractSchemaChanges/patch-revision-rename-index.json
268910 58479 58479 maintenance/archives/patch-revision-rename-index.sql
268911 58479 58479 maintenance/sqlite/archives/patch-revision-rename-index.sql
268912 58479 58479 maintenance/tables.sql

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