home / train

file

9 rows where patch_id = 88857

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
427711 88857 88857 adyen_gateway/config/general.yaml
427712 88857 88857 amazon_gateway/config/general.yaml
427713 88857 88857 astropay_gateway/config/general.yaml
427714 88857 88857 braintree_gateway/config/general.yaml
427715 88857 88857 globalcollect_gateway/config/general.yaml
427716 88857 88857 ingenico_gateway/config/general.yaml
427717 88857 88857 paypal_ec_gateway/config/general.yaml
427718 88857 88857 special/GatewayChooser.php
427719 88857 88857 tests/phpunit/GatewayChooserTest.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 66.849ms