file
6 rows where patch_id = 197
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1008 | 197 197 | includes/SchemaHooks.php |
1009 | 197 197 | maintenance/schemas/growthexperiments_mentee_data.json |
1010 | 197 197 | maintenance/schemas/mysql/growthexperiments_mentee_data.sql |
1011 | 197 197 | maintenance/schemas/postgres/growthexperiments_mentee_data.sql |
1012 | 197 197 | maintenance/schemas/sqlite/growthexperiments_mentee_data.sql |
1013 | 197 197 | maintenance/tables.sh |
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);