file
5 rows where patch_id = 2987
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15131 | 2987 2987 | composer.lock |
15132 | 2987 2987 | composer/installed.json |
15133 | 2987 2987 | league/oauth2-server/src/Entities/TokenInterface.php |
15134 | 2987 2987 | league/oauth2-server/src/Entities/Traits/AccessTokenTrait.php |
15135 | 2987 2987 | league/oauth2-server/src/Entities/Traits/TokenEntityTrait.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);