file
4 rows where patch_id = 4548
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
21407 | 4548 4548 | includes/Views/AbuseFilterViewHistory.php |
21408 | 4548 4548 | includes/pagers/AbuseFilterHistoryPager.php |
21409 | 4548 4548 | includes/special/SpecialAbuseFilter.php |
21410 | 4548 4548 | tests/phpunit/unit/SpecialAbuseFilterTest.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);