home / media

video_category

9 rows where c_uid = "c_xi69m"

This data as json, CSV (advanced)

Link v_uid c_uid
v_09wnd,c_xi69m v_09wnd Young Wife c_xi69m
v_1u8o1,c_xi69m v_1u8o1 Young Wife c_xi69m
v_aypgg,c_xi69m v_aypgg Young Wife c_xi69m
v_evhxj,c_xi69m v_evhxj Young Wife c_xi69m
v_fggmo,c_xi69m v_fggmo Young Wife c_xi69m
v_hsgab,c_xi69m v_hsgab Young Wife c_xi69m
v_jtxrc,c_xi69m v_jtxrc Young Wife c_xi69m
v_v7r1g,c_xi69m v_v7r1g Young Wife c_xi69m
v_vbvut,c_xi69m v_vbvut Young Wife c_xi69m

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