file
4 rows where patch_id = 3389
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16710 | 3389 3389 | includes/profiler/Profiler.php |
16711 | 3389 3389 | includes/profiler/SectionProfiler.php |
16712 | 3389 3389 | includes/profiler/output/ProfilerOutput.php |
16713 | 3389 3389 | includes/profiler/output/ProfilerOutputDump.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);