file
6 rows where patch_id = 15044
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
71932 | 15044 15044 | src/Cite.php |
71933 | 15044 15044 | src/Hooks/CiteParserHooks.php |
71934 | 15044 15044 | src/ReferencesFormatter.php |
71935 | 15044 15044 | tests/phpunit/CiteIntegrationTest.php |
71936 | 15044 15044 | tests/phpunit/unit/CiteUnitTest.php |
71937 | 15044 15044 | tests/phpunit/unit/ReferencesFormatterTest.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);