home / registry

datasettes

0 rows where source_hash = "c30bdfb1"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE datasettes (
            id integer PRIMARY KEY,
            title text,
            url text,
            about_url text,
            description text,
            source_hash text,
            license_hash text,
            FOREIGN KEY (source_hash) REFERENCES sources(hash),
            FOREIGN KEY (license_hash) REFERENCES licenses(hash)
        );
Powered by Datasette · Queries took 11.27ms