home / media

video_category

7 rows where v_uid = "v_g0ddx"

This data as json, CSV (advanced)

Link v_uid c_uid
v_g0ddx,c_3s1t0 v_g0ddx Big Tits c_3s1t0
v_g0ddx,c_g1r8g v_g0ddx Beautiful Girl c_g1r8g
v_g0ddx,c_m0p14 v_g0ddx Sister c_m0p14
v_g0ddx,c_nouxx v_g0ddx Creampie c_nouxx
v_g0ddx,c_rudby v_g0ddx Stepfamily c_rudby
v_g0ddx,c_uagh4 v_g0ddx Featured Actress c_uagh4
v_g0ddx,c_x9jyw v_g0ddx Drama c_x9jyw

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