home / train

file

15 rows where patch_id = 3778

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
18392 3778 3778 composer.json
18393 3778 3778 composer.lock
18394 3778 3778 composer/autoload_classmap.php
18395 3778 3778 composer/autoload_static.php
18396 3778 3778 composer/installed.json
18397 3778 3778 league/uri/composer.json
18398 3778 3778 league/uri/src/Http.php
18399 3778 3778 league/uri/src/Uri.php
18400 3778 3778 league/uri/src/UriInfo.php
18401 3778 3778 league/uri/src/UriString.php
18402 3778 3778 league/uri/src/UriTemplate.php
18403 3778 3778 league/uri/src/UriTemplate/Expression.php
18404 3778 3778 league/uri/src/UriTemplate/Template.php
18405 3778 3778 league/uri/src/UriTemplate/VarSpecifier.php
18406 3778 3778 league/uri/src/UriTemplate/VariableBag.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 12.862ms