home / media

video_category

9 rows where v_uid = "v_r1vvn"

This data as json, CSV (advanced)

Link v_uid c_uid
v_r1vvn,c_0951h v_r1vvn Hi-Def c_0951h
v_r1vvn,c_34i8d v_r1vvn Cheating Wife c_34i8d
v_r1vvn,c_392vm v_r1vvn 4K c_392vm
v_r1vvn,c_92o2e v_r1vvn Daydreamers c_92o2e
v_r1vvn,c_gnmto v_r1vvn Uniform c_gnmto
v_r1vvn,c_mpe9j v_r1vvn Exclusive Distribution c_mpe9j
v_r1vvn,c_nouxx v_r1vvn Creampie c_nouxx
v_r1vvn,c_s8q54 v_r1vvn Academy Uniform c_s8q54
v_r1vvn,c_uagh4 v_r1vvn 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 2.708ms