home / media

video_category

7 rows where v_uid = "v_kheaf"

This data as json, CSV (advanced)

Link v_uid c_uid
v_kheaf,c_0951h v_kheaf Hi-Def c_0951h
v_kheaf,c_85yr2 v_kheaf Blowjob c_85yr2
v_kheaf,c_98rqh v_kheaf Cowgirl c_98rqh
v_kheaf,c_mpe9j v_kheaf Exclusive Distribution c_mpe9j
v_kheaf,c_nouxx v_kheaf Creampie c_nouxx
v_kheaf,c_s8q54 v_kheaf Academy Uniform c_s8q54
v_kheaf,c_vaq47 v_kheaf Old Playmates c_vaq47

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