home / train

file

11 rows where patch_id = 88836

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
427636 88836 88836 schema/mysql/cu_changes.sql
427637 88836 88836 schema/mysql/cu_log.sql
427638 88836 88836 schema/mysql/tables-generated.sql
427639 88836 88836 schema/postgres/cu_changes.sql
427640 88836 88836 schema/postgres/cu_log.sql
427641 88836 88836 schema/postgres/patch-cu_changes-pk.sql
427642 88836 88836 schema/postgres/patch-cu_log-pk.sql
427643 88836 88836 schema/postgres/tables-generated.sql
427644 88836 88836 schema/sqlite/tables-generated.sql
427645 88836 88836 schema/tables.json
427646 88836 88836 src/Hooks.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 25.166ms