home / media

video_category

6 rows where v_uid = "v_us0rh"

This data as json, CSV (advanced)

Link v_uid c_uid
v_us0rh,c_0951h v_us0rh Hi-Def c_0951h
v_us0rh,c_3s1t0 v_us0rh Big Tits c_3s1t0
v_us0rh,c_a399n v_us0rh Slut c_a399n
v_us0rh,c_at9fl v_us0rh Compilation c_at9fl
v_us0rh,c_l1paj v_us0rh Office Lady c_l1paj
v_us0rh,c_to30o v_us0rh Ass Lover c_to30o

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