home / media

video_category

7 rows where v_uid = "v_c7m1p"

This data as json, CSV (advanced)

Link v_uid c_uid
v_c7m1p,c_0951h v_c7m1p Hi-Def c_0951h
v_c7m1p,c_a399n v_c7m1p Slut c_a399n
v_c7m1p,c_at9fl v_c7m1p Compilation c_at9fl
v_c7m1p,c_g1r8g v_c7m1p Beautiful Girl c_g1r8g
v_c7m1p,c_kk2dm v_c7m1p Over 4 Hours c_kk2dm
v_c7m1p,c_mpe9j v_c7m1p Exclusive Distribution c_mpe9j
v_c7m1p,c_nouxx v_c7m1p Creampie c_nouxx

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