video_gallery
20 rows where v_uid = "v_p8lc5"
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE video_gallery ( v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE, position INTEGER NOT NULL, fullUrl TEXT, thumbUrl TEXT, PRIMARY KEY (v_uid, position) );