home / media

video_category

6 rows where c_uid = "c_aihxw"

This data as json, CSV (advanced)

Link v_uid c_uid
v_62q9s,c_aihxw v_62q9s Cum Swallowing c_aihxw
v_l7wx4,c_aihxw v_l7wx4 Cum Swallowing c_aihxw
v_ntby9,c_aihxw v_ntby9 Cum Swallowing c_aihxw
v_siuxf,c_aihxw v_siuxf Cum Swallowing c_aihxw
v_xuexk,c_aihxw v_xuexk Cum Swallowing c_aihxw
v_xz7se,c_aihxw v_xz7se Cum Swallowing c_aihxw

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