home / train

file

20 rows where patch_id = 13410

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
62366 13410 13410 composer.json
62367 13410 13410 composer.lock
62368 13410 13410 composer/installed.json
62369 13410 13410 guzzlehttp/psr7/.editorconfig
62370 13410 13410 guzzlehttp/psr7/CHANGELOG.md
62371 13410 13410 guzzlehttp/psr7/composer.json
62372 13410 13410 guzzlehttp/psr7/src/LimitStream.php
62373 13410 13410 guzzlehttp/psr7/src/MessageTrait.php
62374 13410 13410 guzzlehttp/psr7/src/Request.php
62375 13410 13410 guzzlehttp/psr7/src/Response.php
62376 13410 13410 guzzlehttp/psr7/src/ServerRequest.php
62377 13410 13410 guzzlehttp/psr7/src/Stream.php
62378 13410 13410 guzzlehttp/psr7/src/Uri.php
62379 13410 13410 guzzlehttp/psr7/src/functions.php
62380 13410 13410 ralouphie/getallheaders/.gitignore
62381 13410 13410 ralouphie/getallheaders/.travis.yml
62382 13410 13410 ralouphie/getallheaders/README.md
62383 13410 13410 ralouphie/getallheaders/composer.json
62384 13410 13410 ralouphie/getallheaders/phpunit.xml
62385 13410 13410 ralouphie/getallheaders/tests/GetAllHeadersTest.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.401ms