home / media

video_category

9 rows where v_uid = "v_h3g4t"

This data as json, CSV (advanced)

Link v_uid c_uid
v_h3g4t,c_0951h v_h3g4t Hi-Def c_0951h
v_h3g4t,c_14t2x v_h3g4t Digital Mosaic c_14t2x
v_h3g4t,c_3s1t0 v_h3g4t Big Tits c_3s1t0
v_h3g4t,c_dj6wh v_h3g4t POV c_dj6wh
v_h3g4t,c_j1pfm v_h3g4t Titty Fuck c_j1pfm
v_h3g4t,c_m0p14 v_h3g4t Sister c_m0p14
v_h3g4t,c_mpe9j v_h3g4t Exclusive Distribution c_mpe9j
v_h3g4t,c_nouxx v_h3g4t Creampie c_nouxx
v_h3g4t,c_uagh4 v_h3g4t 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.631ms