home / media

video_category

8 rows where v_uid = "v_lohrr"

This data as json, CSV (advanced)

Link v_uid c_uid
v_lohrr,c_0951h v_lohrr Hi-Def c_0951h
v_lohrr,c_34i8d v_lohrr Cheating Wife c_34i8d
v_lohrr,c_3s1t0 v_lohrr Big Tits c_3s1t0
v_lohrr,c_egmef v_lohrr Nurse c_egmef
v_lohrr,c_mpe9j v_lohrr Exclusive Distribution c_mpe9j
v_lohrr,c_qnxxi v_lohrr Mature Woman c_qnxxi
v_lohrr,c_s5lxs v_lohrr Married Woman c_s5lxs
v_lohrr,c_uagh4 v_lohrr Featured Actress c_uagh4

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