home / media

video_category

8 rows where v_uid = "v_5fv2c"

This data as json, CSV (advanced)

Link v_uid c_uid
v_5fv2c,c_0951h v_5fv2c Hi-Def c_0951h
v_5fv2c,c_3zrrb v_5fv2c Big Tits Lover c_3zrrb
v_5fv2c,c_5kfn7 v_5fv2c Maid c_5kfn7
v_5fv2c,c_a399n v_5fv2c Slut c_a399n
v_5fv2c,c_kf3ks v_5fv2c Pantyhose c_kf3ks
v_5fv2c,c_mpe9j v_5fv2c Exclusive Distribution c_mpe9j
v_5fv2c,c_to30o v_5fv2c Ass Lover c_to30o
v_5fv2c,c_uagh4 v_5fv2c 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.127ms