home / media

video_category

7 rows where v_uid = "v_0hlag"

This data as json, CSV (advanced)

Link v_uid c_uid
v_0hlag,c_0951h v_0hlag Hi-Def c_0951h
v_0hlag,c_14t2x v_0hlag Digital Mosaic c_14t2x
v_0hlag,c_98rqh v_0hlag Cowgirl c_98rqh
v_0hlag,c_mpe9j v_0hlag Exclusive Distribution c_mpe9j
v_0hlag,c_qnxxi v_0hlag Mature Woman c_qnxxi
v_0hlag,c_uagh4 v_0hlag Featured Actress c_uagh4
v_0hlag,c_x0wmn v_0hlag Footjob c_x0wmn

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