home / media

video_category

7 rows where v_uid = "v_uyg7h"

This data as json, CSV (advanced)

Link v_uid c_uid
v_uyg7h,c_0951h v_uyg7h Hi-Def c_0951h
v_uyg7h,c_3s1t0 v_uyg7h Big Tits c_3s1t0
v_uyg7h,c_lyig0 v_uyg7h MILF c_lyig0
v_uyg7h,c_mpe9j v_uyg7h Exclusive Distribution c_mpe9j
v_uyg7h,c_qnxxi v_uyg7h Mature Woman c_qnxxi
v_uyg7h,c_s5lxs v_uyg7h Married Woman c_s5lxs
v_uyg7h,c_sv6kf v_uyg7h Masturbation c_sv6kf

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