blogroll_socials
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
0 rows where blogroll_id = 5
This data as json
0 records
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
);