file
6 rows where patch_id = 51883
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234458 | 51883 51883 | includes/ServiceWiring.php |
234459 | 51883 51883 | includes/Storage/RevisionStore.php |
234460 | 51883 51883 | tests/phpunit/includes/RevisionDbTestBase.php |
234461 | 51883 51883 | tests/phpunit/includes/RevisionTest.php |
234462 | 51883 51883 | tests/phpunit/includes/Storage/RevisionStoreDbTest.php |
234463 | 51883 51883 | tests/phpunit/includes/Storage/RevisionStoreTest.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);