fav_directors
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
13 rows
This data as json, CSV (advanced)
Suggested facets: image
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fav_directors (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
image TEXT
, sort_order INTEGER DEFAULT 999);