file
7 rows where patch_id = 1267
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6268 | 1267 1267 | includes/installer/PostgresUpdater.php |
6269 | 1267 1267 | maintenance/postgres/tables-generated.sql |
6270 | 1267 1267 | maintenance/postgres/tables.sql |
6271 | 1267 1267 | maintenance/sqlite/tables-generated.sql |
6272 | 1267 1267 | maintenance/tables-generated.sql |
6273 | 1267 1267 | maintenance/tables.json |
6274 | 1267 1267 | maintenance/tables.sql |
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);