home / media

video_category

9 rows where v_uid = "v_07w4t"

This data as json, CSV (advanced)

Link v_uid c_uid
v_07w4t,c_0951h v_07w4t Hi-Def c_0951h
v_07w4t,c_3s1t0 v_07w4t Big Tits c_3s1t0
v_07w4t,c_98rqh v_07w4t Cowgirl c_98rqh
v_07w4t,c_at9fl v_07w4t Compilation c_at9fl
v_07w4t,c_eiohl v_07w4t Doggystyle c_eiohl
v_07w4t,c_kk2dm v_07w4t Over 4 Hours c_kk2dm
v_07w4t,c_mpe9j v_07w4t Exclusive Distribution c_mpe9j
v_07w4t,c_nouxx v_07w4t Creampie c_nouxx
v_07w4t,c_t70ll v_07w4t Slender c_t70ll

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