file
6 rows where patch_id = 1871
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
8462 | 1871 1871 | astropay_gateway/DummyFiscalNumber.php |
8463 | 1871 1871 | astropay_gateway/PlaceholderFiscalNumber.php |
8464 | 1871 1871 | astropay_gateway/config/country_fields.yaml |
8465 | 1871 1871 | astropay_gateway/config/transformers.yaml |
8466 | 1871 1871 | extension.json |
8467 | 1871 1871 | gateway_common/FiscalNumber.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);