home / media

video_category

7 rows where v_uid = "v_tlqvb"

This data as json, CSV (advanced)

Link v_uid c_uid
v_tlqvb,c_0951h v_tlqvb Hi-Def c_0951h
v_tlqvb,c_392vm v_tlqvb 4K c_392vm
v_tlqvb,c_hiwod v_tlqvb Orgasm c_hiwod
v_tlqvb,c_nksg8 v_tlqvb Shokushu c_nksg8
v_tlqvb,c_uagh4 v_tlqvb Featured Actress c_uagh4
v_tlqvb,c_xd7wn v_tlqvb Squirting c_xd7wn
v_tlqvb,c_xg9bu v_tlqvb 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 2.249ms