home / media

video_category

7 rows where v_uid = "v_m0fv6"

This data as json, CSV (advanced)

Link v_uid c_uid
v_m0fv6,c_0951h v_m0fv6 Hi-Def c_0951h
v_m0fv6,c_14t2x v_m0fv6 Digital Mosaic c_14t2x
v_m0fv6,c_7ra7l v_m0fv6 Beautiful Tits c_7ra7l
v_m0fv6,c_84j95 v_m0fv6 Other Fetishes c_84j95
v_m0fv6,c_g1r8g v_m0fv6 Beautiful Girl c_g1r8g
v_m0fv6,c_mpe9j v_m0fv6 Exclusive Distribution c_mpe9j
v_m0fv6,c_uagh4 v_m0fv6 Featured Actress c_uagh4

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