home / media

video_category

7 rows where v_uid = "v_cgc2r"

This data as json, CSV (advanced)

Link v_uid c_uid
v_cgc2r,c_0951h v_cgc2r Hi-Def c_0951h
v_cgc2r,c_3s1t0 v_cgc2r Big Tits c_3s1t0
v_cgc2r,c_a399n v_cgc2r Slut c_a399n
v_cgc2r,c_at9fl v_cgc2r Compilation c_at9fl
v_cgc2r,c_j1pfm v_cgc2r Titty Fuck c_j1pfm
v_cgc2r,c_kk2dm v_cgc2r Over 4 Hours c_kk2dm
v_cgc2r,c_nouxx v_cgc2r 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 3.099ms