home / media

video_category

6 rows where c_uid = "c_x0wmn"

This data as json, CSV (advanced)

Link v_uid c_uid
v_0hlag,c_x0wmn v_0hlag Footjob c_x0wmn
v_4ev3s,c_x0wmn v_4ev3s Footjob c_x0wmn
v_fqg11,c_x0wmn v_fqg11 Footjob c_x0wmn
v_gmdf0,c_x0wmn v_gmdf0 Footjob c_x0wmn
v_lx349,c_x0wmn v_lx349 Footjob c_x0wmn
v_tti2t,c_x0wmn v_tti2t Footjob c_x0wmn

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