home / system

Menu
  • GraphQL API
  • Search all tables

til_tags

Table actions
  • GraphQL API for til_tags

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

2 rows where til_id = 113

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ til_id tag
185 February 25, 2025 113 til
186 February 25, 2025 113 Technology

Advanced export

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

CSV options:

CREATE TABLE til_tags (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    til_id INTEGER NOT NULL,
    tag TEXT NOT NULL,
    FOREIGN KEY (til_id) REFERENCES til(id) ON DELETE CASCADE,
    UNIQUE(til_id, tag)
);
Powered by Datasette · 5.713ms · krisyotam.com