home / media

video_category

12 rows where c_uid = "c_tj8mh"

This data as json, CSV (advanced)

Link v_uid c_uid
v_36r6l,c_tj8mh v_36r6l Anal Play c_tj8mh
v_4ywak,c_tj8mh v_4ywak Anal Play c_tj8mh
v_6feds,c_tj8mh v_6feds Anal Play c_tj8mh
v_b539f,c_tj8mh v_b539f Anal Play c_tj8mh
v_egcan,c_tj8mh v_egcan Anal Play c_tj8mh
v_fjnay,c_tj8mh v_fjnay Anal Play c_tj8mh
v_igl7p,c_tj8mh v_igl7p Anal Play c_tj8mh
v_jtxrc,c_tj8mh v_jtxrc Anal Play c_tj8mh
v_mmg6b,c_tj8mh v_mmg6b Anal Play c_tj8mh
v_mz24d,c_tj8mh v_mz24d Anal Play c_tj8mh
v_ozk78,c_tj8mh v_ozk78 Anal Play c_tj8mh
v_xuexk,c_tj8mh v_xuexk Anal Play c_tj8mh

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