home / media

video_category

7 rows where v_uid = "v_q2sxj"

This data as json, CSV (advanced)

Link v_uid c_uid
v_q2sxj,c_0951h v_q2sxj Hi-Def c_0951h
v_q2sxj,c_3s1t0 v_q2sxj Big Tits c_3s1t0
v_q2sxj,c_g1r8g v_q2sxj Beautiful Girl c_g1r8g
v_q2sxj,c_jvx86 v_q2sxj Massage Parlor c_jvx86
v_q2sxj,c_nouxx v_q2sxj Creampie c_nouxx
v_q2sxj,c_uagh4 v_q2sxj Featured Actress c_uagh4
v_q2sxj,c_x9jyw v_q2sxj Drama c_x9jyw

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.491ms