home / media

video_category

8 rows where v_uid = "v_97y7w"

This data as json, CSV (advanced)

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

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