home / media

video_category

7 rows where v_uid = "v_xz7se"

This data as json, CSV (advanced)

Link v_uid c_uid
v_xz7se,c_2aoww v_xz7se Sample Video c_2aoww
v_xz7se,c_aihxw v_xz7se Cum Swallowing c_aihxw
v_xz7se,c_ihjo9 v_xz7se Orgy c_ihjo9
v_xz7se,c_j859j v_xz7se Vomit c_j859j
v_xz7se,c_kk2dm v_xz7se Over 4 Hours c_kk2dm
v_xz7se,c_km6ib v_xz7se Deep Throat c_km6ib
v_xz7se,c_nouxx v_xz7se Creampie c_nouxx

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