home / media

video_category

6 rows where v_uid = "v_bkgqb"

This data as json, CSV (advanced)

Link v_uid c_uid
v_bkgqb,c_0951h v_bkgqb Hi-Def c_0951h
v_bkgqb,c_0a9h2 v_bkgqb Small Tits c_0a9h2
v_bkgqb,c_g1r8g v_bkgqb Beautiful Girl c_g1r8g
v_bkgqb,c_nouxx v_bkgqb Creampie c_nouxx
v_bkgqb,c_uagh4 v_bkgqb Featured Actress c_uagh4
v_bkgqb,c_w1aps v_bkgqb Club Hostess & Sex Worker c_w1aps

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