home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_tags

Table actions
  • GraphQL API for blogroll_tags

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

3 rows where blogroll_id = 98

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
859 Matt Baker's Math Blog 98 mathematics
860 Matt Baker's Math Blog 98 number-theory
861 Matt Baker's Math Blog 98 research

Advanced export

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

CSV options:

CREATE TABLE blogroll_tags (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    blogroll_id INTEGER NOT NULL,
    tag TEXT NOT NULL,
    FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE,
    UNIQUE(blogroll_id, tag)
);
Powered by Datasette · 8.927ms · krisyotam.com