home / train

file

11 rows where patch_id = 2795

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
14136 2795 2795 db_patches/echo_push_provider.sql
14137 2795 2795 db_patches/echo_push_subscription.sql
14138 2795 2795 i18n/api/en.json
14139 2795 2795 i18n/api/qqq.json
14140 2795 2795 includes/Push/NotificationServiceClient.php
14141 2795 2795 includes/Push/Subscription.php
14142 2795 2795 includes/Push/SubscriptionManager.php
14143 2795 2795 includes/api/Push/ApiEchoPushSubscriptionsCreate.php
14144 2795 2795 tests/phpunit/api/Push/ApiEchoPushSubscriptionsCreateTest.php
14145 2795 2795 tests/phpunit/unit/Push/NotificationServiceClientUnitTest.php
14146 2795 2795 tests/phpunit/unit/Push/SubscriptionTest.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 18.703ms