file
6 rows where patch_id = 2754
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13824 | 2754 2754 | includes/BetaFeaturesHooks.php |
13825 | 2754 2754 | sql/create_counts.sql |
13826 | 2754 2754 | sql/postgres/tables-generated.sql |
13827 | 2754 2754 | sql/sqlite/tables-generated.sql |
13828 | 2754 2754 | sql/tables-generated.sql |
13829 | 2754 2754 | sql/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);