home / media

video_category

6 rows where v_uid = "v_fggmo"

This data as json, CSV (advanced)

Link v_uid c_uid
v_fggmo,c_0951h v_fggmo Hi-Def c_0951h
v_fggmo,c_14t2x v_fggmo Digital Mosaic c_14t2x
v_fggmo,c_85yr2 v_fggmo Blowjob c_85yr2
v_fggmo,c_92o2e v_fggmo Daydreamers c_92o2e
v_fggmo,c_qjwgm v_fggmo Adultery c_qjwgm
v_fggmo,c_xi69m v_fggmo Young Wife c_xi69m

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 17.58ms