file
11 rows where patch_id = 3382
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16668 | 3382 3382 | includes/installer/MysqlUpdater.php |
16669 | 3382 3382 | includes/installer/PostgresUpdater.php |
16670 | 3382 3382 | includes/installer/SqliteUpdater.php |
16671 | 3382 3382 | maintenance/archives/patch-category-cat_title-varbinary.sql |
16672 | 3382 3382 | maintenance/postgres/tables-generated.sql |
16673 | 3382 3382 | maintenance/postgres/tables.sql |
16674 | 3382 3382 | maintenance/sqlite/archives/patch-category-cat_title-varbinary.sql |
16675 | 3382 3382 | maintenance/sqlite/tables-generated.sql |
16676 | 3382 3382 | maintenance/tables-generated.sql |
16677 | 3382 3382 | maintenance/tables.json |
16678 | 3382 3382 | 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);