file
3 rows where patch_id = 87233
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
414422 | 87233 87233 | adyen_gateway/checkout/adyen_checkout.adapter.php |
414423 | 87233 87233 | adyen_gateway/checkout/adyen_checkout_gateway.body.php |
414424 | 87233 87233 | adyen_gateway/checkout/forms/adyen.js |
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);