file
8 rows where patch_id = 10795
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49552 | 10795 10795 | includes/Title.php |
49553 | 10795 10795 | includes/page/ExistingPageRecord.php |
49554 | 10795 10795 | includes/page/PageRecord.php |
49555 | 10795 10795 | includes/page/PageStoreRecord.php |
49556 | 10795 10795 | includes/page/WikiPage.php |
49557 | 10795 10795 | tests/phpunit/includes/TitleMethodsTest.php |
49558 | 10795 10795 | tests/phpunit/includes/page/WikiPageDbTest.php |
49559 | 10795 10795 | tests/phpunit/unit/includes/page/PageStoreRecordTest.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);