home / media

video_category

5 rows where v_uid = "v_uq8we"

This data as json, CSV (advanced)

Link v_uid c_uid
v_uq8we,c_0951h v_uq8we Hi-Def c_0951h
v_uq8we,c_3s1t0 v_uq8we Big Tits c_3s1t0
v_uq8we,c_a399n v_uq8we Slut c_a399n
v_uq8we,c_nv1gt v_uq8we Gal c_nv1gt
v_uq8we,c_w1aps v_uq8we Club Hostess & Sex Worker c_w1aps

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