home / media

video_category

8 rows where v_uid = "v_f6efh"

This data as json, CSV (advanced)

Link v_uid c_uid
v_f6efh,c_0951h v_f6efh Hi-Def c_0951h
v_f6efh,c_0j4bf v_f6efh Amateur c_0j4bf
v_f6efh,c_392vm v_f6efh 4K c_392vm
v_f6efh,c_3s1t0 v_f6efh Big Tits c_3s1t0
v_f6efh,c_kk2dm v_f6efh Over 4 Hours c_kk2dm
v_f6efh,c_nouxx v_f6efh Creampie c_nouxx
v_f6efh,c_qnxxi v_f6efh Mature Woman c_qnxxi
v_f6efh,c_s5lxs v_f6efh 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.639ms