home / media

video_category

9 rows where v_uid = "v_3mszb"

This data as json, CSV (advanced)

Link v_uid c_uid
v_3mszb,c_0951h v_3mszb Hi-Def c_0951h
v_3mszb,c_34i8d v_3mszb Cheating Wife c_34i8d
v_3mszb,c_392vm v_3mszb 4K c_392vm
v_3mszb,c_3s1t0 v_3mszb Big Tits c_3s1t0
v_3mszb,c_mpe9j v_3mszb Exclusive Distribution c_mpe9j
v_3mszb,c_nouxx v_3mszb Creampie c_nouxx
v_3mszb,c_s5lxs v_3mszb Married Woman c_s5lxs
v_3mszb,c_uagh4 v_3mszb Featured Actress c_uagh4
v_3mszb,c_y7i1f v_3mszb Emmanuel c_y7i1f

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