fav_showrunners
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
6 rows
This data as json, CSV (advanced)
| id ▼ | name | image | sort_order |
|---|---|---|---|
| 1 | Vince Gilligan | 1 | |
| 2 | David Chase | 2 | |
| 3 | David Simon | 3 | |
| 4 | Matthew Weiner | 4 | |
| 5 | David Lynch | 5 | |
| 6 | Nic Pizzolatto | 6 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fav_showrunners (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
image TEXT
, sort_order INTEGER DEFAULT 999);