home / registry

datasette_tags

0 rows where tag = "nature"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE datasette_tags (
            datasette_id integer,
            tag text,
            PRIMARY KEY (datasette_id, tag),
            FOREIGN KEY (datasette_id) REFERENCES datasettes(id),
            FOREIGN KEY (tag) REFERENCES tags(tag)
        );
Powered by Datasette · Queries took 4.408ms