file
5 rows where patch_id = 30872
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
145431 | 30872 30872 | includes/jobqueue/JobQueue.php |
145432 | 30872 30872 | includes/jobqueue/JobQueueDB.php |
145433 | 30872 30872 | includes/jobqueue/JobQueueGroup.php |
145434 | 30872 30872 | includes/jobqueue/JobQueueMemory.php |
145435 | 30872 30872 | includes/jobqueue/JobQueueRedis.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);