home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_socials

Table actions
  • GraphQL API for blogroll_socials

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

2 rows where blogroll_id = 87

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id platform url
1 Simon Savidge 87 Twitter https://twitter.com/SavidgeReads
2 Simon Savidge 87 Email mailto:savidgereads@gmail.com

Advanced export

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

CSV options:

CREATE TABLE blogroll_socials (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    blogroll_id INTEGER NOT NULL,
    platform TEXT NOT NULL,
    url TEXT NOT NULL,
    FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE
);
Powered by Datasette · 10.417ms · krisyotam.com