file
7 rows where patch_id = 1313
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6457 | 1313 1313 | .eslintrc.json |
6458 | 1313 1313 | modules/ext.checkuser.caMultiLock.js |
6459 | 1313 1313 | modules/ext.checkuser.cidr.js |
6460 | 1313 1313 | modules/ext.checkuser.investigate.copy.js |
6461 | 1313 1313 | modules/ext.checkuser.investigate.init.js |
6462 | 1313 1313 | modules/ext.checkuser.investigate.tables.js |
6463 | 1313 1313 | modules/ext.checkuser.investigateblock.js |
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);