home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_important_urls

Table actions
  • GraphQL API for blogroll_important_urls

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

0 rows where blogroll_id = 2

✎ View and edit SQL

This data as json

0 records

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