home / media

video_category

5 rows where v_uid = "v_oo55c"

This data as json, CSV (advanced)

Link v_uid c_uid
v_oo55c,c_0951h v_oo55c Hi-Def c_0951h
v_oo55c,c_3s1t0 v_oo55c Big Tits c_3s1t0
v_oo55c,c_84j95 v_oo55c Other Fetishes c_84j95
v_oo55c,c_a399n v_oo55c Slut c_a399n
v_oo55c,c_nv1gt v_oo55c Gal c_nv1gt

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 1.827ms