home / train

file

5 rows where patch_id = 875

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4595 875 875 includes/filerepo/FileRepo.php
4596 875 875 includes/filerepo/file/File.php
4597 875 875 includes/filerepo/file/LocalFile.php
4598 875 875 includes/libs/filebackend/fsfile/FSFile.php
4599 875 875 includes/upload/UploadBase.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 15.634ms