file
11 rows where patch_id = 59636
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273966 | 59636 59636 | includes/installer/MysqlUpdater.php |
273967 | 59636 59636 | includes/installer/PostgresUpdater.php |
273968 | 59636 59636 | includes/installer/SqliteUpdater.php |
273969 | 59636 59636 | maintenance/abstractSchemaChanges/patch-oldimage-oi_timestamp.json |
273970 | 59636 59636 | maintenance/archives/patch-oldimage-oi_timestamp.sql |
273971 | 59636 59636 | maintenance/generateSchemaChangeSql.php |
273972 | 59636 59636 | maintenance/postgres/tables-generated.sql |
273973 | 59636 59636 | maintenance/sqlite/archives/patch-oldimage-oi_timestamp.sql |
273974 | 59636 59636 | maintenance/sqlite/tables-generated.sql |
273975 | 59636 59636 | maintenance/tables-generated.sql |
273976 | 59636 59636 | maintenance/tables.json |
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);