file
6 rows where patch_id = 194
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
998 | 194 194 | includes/SchemaHooks.php |
999 | 194 194 | maintenance/schemas/growthexperiments_mentor_mentee.json |
1000 | 194 194 | maintenance/schemas/mysql/growthexperiments_mentor_mentee.sql |
1001 | 194 194 | maintenance/schemas/postgres/growthexperiments_mentor_mentee.sql |
1002 | 194 194 | maintenance/schemas/sqlite/growthexperiments_mentor_mentee.sql |
1003 | 194 194 | 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);