home / media

video_category

7 rows where v_uid = "v_rzh53"

This data as json, CSV (advanced)

Link v_uid c_uid
v_rzh53,c_2aoww v_rzh53 Sample Video c_2aoww
v_rzh53,c_34t1g v_rzh53 Outlet (store That Sells Seconds, Discontinued Lines, Etc.) c_34t1g
v_rzh53,c_7ra7l v_rzh53 Beautiful Tits c_7ra7l
v_rzh53,c_llfzk v_rzh53 KIMONO c_llfzk
v_rzh53,c_nouxx v_rzh53 Creampie c_nouxx
v_rzh53,c_v6sag v_rzh53 Hot Spring c_v6sag
v_rzh53,c_vaq47 v_rzh53 Old Playmates c_vaq47

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