file
10 rows where patch_id = 85991
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405270 | 85991 85991 | gateway_common/DonationData.php |
405271 | 85991 85991 | gateway_common/donation.api.php |
405272 | 85991 85991 | gateway_common/gateway.adapter.php |
405273 | 85991 85991 | tests/phpunit/Adapter/Adyen/AdyenRecurringTest.php |
405274 | 85991 85991 | tests/phpunit/Adapter/GlobalCollect/GlobalCollectTest.php |
405275 | 85991 85991 | tests/phpunit/Adapter/Ingenico/IngenicoTest.php |
405276 | 85991 85991 | tests/phpunit/Adapter/PayPal/PayPalExpressTest.php |
405277 | 85991 85991 | tests/phpunit/DonationDataTest.php |
405278 | 85991 85991 | tests/phpunit/DonationInterfaceTestCase.php |
405279 | 85991 85991 | tests/phpunit/DonationQueueTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
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);