home / media

video_category

8 rows where v_uid = "v_56tdv"

This data as json, CSV (advanced)

Link v_uid c_uid
v_56tdv,c_0951h v_56tdv Hi-Def c_0951h
v_56tdv,c_0j4bf v_56tdv Amateur c_0j4bf
v_56tdv,c_392vm v_56tdv 4K c_392vm
v_56tdv,c_g1r8g v_56tdv Beautiful Girl c_g1r8g
v_56tdv,c_l1kbg v_56tdv Sports c_l1kbg
v_56tdv,c_nouxx v_56tdv Creampie c_nouxx
v_56tdv,c_o5pxl v_56tdv Sweating c_o5pxl
v_56tdv,c_qp8vo v_56tdv Picking Up Girls c_qp8vo

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