home / books

books_tags

0 rows where books_id = "alan-bradley/thrice-the-brinded-cat-hath-mewd"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [books_tags] (
   [tags_id] TEXT REFERENCES [tags]([id]),
   [books_id] TEXT REFERENCES [books]([id]),
   PRIMARY KEY ([books_id], [tags_id])
);
Powered by Datasette · Queries took 11.574ms