file
6 rows where patch_id = 38435
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
177441 | 38435 38435 | maintenance/attachAccount.php |
177442 | 38435 38435 | maintenance/checkLocalNames.php |
177443 | 38435 38435 | maintenance/checkLocalUser.php |
177444 | 38435 38435 | maintenance/deleteEmptyAccounts.php |
177445 | 38435 38435 | maintenance/migrateAccount.php |
177446 | 38435 38435 | maintenance/sendConfirmAndMigrateEmail.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);