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 = 44

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
359 0xRick 44 HackTheBox
360 0xRick 44 CTF
361 0xRick 44 writeups
362 0xRick 44 offensive security
363 0xRick 44 pentesting
364 0xRick 44 OS internals
365 0xRick 44 exploits
366 0xRick 44 malware

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