home / train

file

9 rows where patch_id = 51935

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
234708 51935 51935 extension.json
234709 51935 51935 includes/Babel.php
234710 51935 51935 includes/BabelAutoCreate.php
234711 51935 51935 includes/BabelBox/BabelBox.php
234712 51935 51935 includes/BabelBox/LanguageBabelBox.php
234713 51935 51935 includes/BabelBox/NotBabelBox.php
234714 51935 51935 includes/BabelBox/NullBabelBox.php
234715 51935 51935 includes/BabelLanguageCodes.php
234716 51935 51935 includes/BabelStatic.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 132.318ms