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