home / train

file

7 rows where patch_id = 7513

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
33970 7513 7513 .phpcs.xml
33971 7513 7513 includes/AntiSpoof.php
33972 7513 7513 includes/AntiSpoofAuthenticationRequest.php
33973 7513 7513 includes/AntiSpoofPreAuthenticationProvider.php
33974 7513 7513 includes/ApiAntiSpoof.php
33975 7513 7513 tests/phpunit/AntiSpoofAuthenticationRequestTest.php
33976 7513 7513 tests/phpunit/SpoofUserTest.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 21.657ms