file
6 rows where patch_id = 7480
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33830 | 7480 7480 | includes/api/ApiQueryInfo.php |
33831 | 7480 7480 | includes/watcheditem/NoWriteWatchedItemStore.php |
33832 | 7480 7480 | includes/watcheditem/WatchedItemStore.php |
33833 | 7480 7480 | includes/watcheditem/WatchedItemStoreInterface.php |
33834 | 7480 7480 | tests/phpunit/includes/api/query/ApiQueryInfoTest.php |
33835 | 7480 7480 | tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.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);