home / media

video_category

5 rows where v_uid = "v_xcbfp"

This data as json, CSV (advanced)

Link v_uid c_uid
v_xcbfp,c_0951h v_xcbfp Hi-Def c_0951h
v_xcbfp,c_0a9h2 v_xcbfp Small Tits c_0a9h2
v_xcbfp,c_85yr2 v_xcbfp Blowjob c_85yr2
v_xcbfp,c_t70ll v_xcbfp Slender c_t70ll
v_xcbfp,c_u9bsi v_xcbfp Gonzo c_u9bsi

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE video_category (
  v_uid TEXT NOT NULL REFERENCES videos(uid)     ON DELETE CASCADE,
  c_uid TEXT NOT NULL REFERENCES categories(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, c_uid)
);
CREATE INDEX idx_video_category_c ON video_category(c_uid);
Powered by Datasette · Queries took 2.485ms