home / media

video_category

7 rows where v_uid = "v_cvnhf"

This data as json, CSV (advanced)

Link v_uid c_uid
v_cvnhf,c_0951h v_cvnhf Hi-Def c_0951h
v_cvnhf,c_llfzk v_cvnhf KIMONO c_llfzk
v_cvnhf,c_nouxx v_cvnhf Creampie c_nouxx
v_cvnhf,c_s5lxs v_cvnhf Married Woman c_s5lxs
v_cvnhf,c_sv6kf v_cvnhf Masturbation c_sv6kf
v_cvnhf,c_v6sag v_cvnhf Hot Spring c_v6sag
v_cvnhf,c_xg9bu v_cvnhf Facial c_xg9bu

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