file
7 rows where patch_id = 4116
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
20018 | 4116 4116 | includes/installer/PostgresUpdater.php |
20019 | 4116 4116 | maintenance/postgres/tables-generated.sql |
20020 | 4116 4116 | maintenance/postgres/tables.sql |
20021 | 4116 4116 | maintenance/sqlite/tables-generated.sql |
20022 | 4116 4116 | maintenance/tables-generated.sql |
20023 | 4116 4116 | maintenance/tables.json |
20024 | 4116 4116 | 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);