home / media

video_category

8 rows where v_uid = "v_e4xkf"

This data as json, CSV (advanced)

Link v_uid c_uid
v_e4xkf,c_0951h v_e4xkf Hi-Def c_0951h
v_e4xkf,c_3s1t0 v_e4xkf Big Tits c_3s1t0
v_e4xkf,c_4m339 v_e4xkf Big Asses c_4m339
v_e4xkf,c_kk2dm v_e4xkf Over 4 Hours c_kk2dm
v_e4xkf,c_mpe9j v_e4xkf Exclusive Distribution c_mpe9j
v_e4xkf,c_nouxx v_e4xkf Creampie c_nouxx
v_e4xkf,c_qnxxi v_e4xkf Mature Woman c_qnxxi
v_e4xkf,c_s5lxs v_e4xkf Married Woman c_s5lxs

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