home / media

video_category

8 rows where v_uid = "v_ctmr7"

This data as json, CSV (advanced)

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

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