file
9 rows where patch_id = 38743
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178499 | 38743 38743 | .phpcs.xml |
178500 | 38743 38743 | autoload.php |
178501 | 38743 38743 | includes/cache/CacheDependency.php |
178502 | 38743 38743 | includes/cache/dependency/CacheDependency.php |
178503 | 38743 38743 | includes/cache/dependency/ConstantDependency.php |
178504 | 38743 38743 | includes/cache/dependency/DependencyWrapper.php |
178505 | 38743 38743 | includes/cache/dependency/FileDependency.php |
178506 | 38743 38743 | includes/cache/dependency/GlobalDependency.php |
178507 | 38743 38743 | includes/cache/dependency/MainConfigDependency.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);