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

8 rows where blogroll_id = 52

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
437 Anijubo 52 anime
438 Anijubo 52 manga
439 Anijubo 52 personal blog
440 Anijubo 52 otaku culture
441 Anijubo 52 fan commentary
442 Anijubo 52 Clannad
443 Anijubo 52 anime discussion
444 Anijubo 52 youth perspective

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 · 5.851ms · krisyotam.com