file
5 rows where patch_id = 13324
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
61849 | 13324 13324 | RELEASE-NOTES-1.35 |
61850 | 13324 13324 | includes/Rest/Handler/PageHistoryCountHandler.php |
61851 | 13324 13324 | includes/Revision/RevisionStore.php |
61852 | 13324 13324 | includes/Title.php |
61853 | 13324 13324 | tests/phpunit/includes/Revision/RevisionStoreDbTestBase.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);