home / media

video_category

7 rows where v_uid = "v_qg4by"

This data as json, CSV (advanced)

Link v_uid c_uid
v_qg4by,c_0951h v_qg4by Hi-Def c_0951h
v_qg4by,c_2usm9 v_qg4by Threesome / Foursome c_2usm9
v_qg4by,c_392vm v_qg4by 4K c_392vm
v_qg4by,c_fbz4x v_qg4by Idol & Celebrity c_fbz4x
v_qg4by,c_re57z v_qg4by BUKKAKE c_re57z
v_qg4by,c_uagh4 v_qg4by Featured Actress c_uagh4
v_qg4by,c_xg9bu v_qg4by Facial c_xg9bu

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 3.167ms