home / media

video_category

5 rows where v_uid = "v_gwwbq"

This data as json, CSV (advanced)

Link v_uid c_uid
v_gwwbq,c_34i8d v_gwwbq Cheating Wife c_34i8d
v_gwwbq,c_3s1t0 v_gwwbq Big Tits c_3s1t0
v_gwwbq,c_nouxx v_gwwbq Creampie c_nouxx
v_gwwbq,c_qhkw2 v_gwwbq Chubby c_qhkw2
v_gwwbq,c_qnxxi v_gwwbq Mature Woman c_qnxxi

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