home / train

file

8 rows where patch_id = 58973

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
271111 58973 58973 includes/DefaultSettings.php
271112 58973 58973 includes/auth/EmailNotificationSecondaryAuthenticationProvider.php
271113 58973 58973 includes/auth/LocalPasswordPrimaryAuthenticationProvider.php
271114 58973 58973 includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
271115 58973 58973 tests/common/TestSetup.php
271116 58973 58973 tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php
271117 58973 58973 tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
271118 58973 58973 tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.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 17.239ms