home / fixtures

searchable_tags

Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

2 rows

✖

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

Link searchable_id tag
1,feline 1 1 feline
2,canine 2 2 canine

Advanced export

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

CSV options:

CREATE TABLE searchable_tags (
    searchable_id integer,
    tag text,
    PRIMARY KEY (searchable_id, tag),
    FOREIGN KEY (searchable_id) REFERENCES searchable(pk),
    FOREIGN KEY (tag) REFERENCES tags(tag)
);
Powered by Datasette · Queries took 13.982ms · Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows