home / media

video_category

5 rows where v_uid = "v_mtnry"

This data as json, CSV (advanced)

Link v_uid c_uid
v_mtnry,c_0951h v_mtnry Hi-Def c_0951h
v_mtnry,c_at9fl v_mtnry Compilation c_at9fl
v_mtnry,c_kk2dm v_mtnry Over 4 Hours c_kk2dm
v_mtnry,c_qnxxi v_mtnry Mature Woman c_qnxxi
v_mtnry,c_sv6kf v_mtnry Masturbation c_sv6kf

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