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

6 rows where blogroll_id = 43

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
353 mzfr 43 HackTheBox
354 mzfr 43 CTF
355 mzfr 43 writeups
356 mzfr 43 pentesting
357 mzfr 43 exploits
358 mzfr 43 root

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