home / media

video_category

5 rows where v_uid = "v_4wv1p"

This data as json, CSV (advanced)

Link v_uid c_uid
v_4wv1p,c_0951h v_4wv1p Hi-Def c_0951h
v_4wv1p,c_3s1t0 v_4wv1p Big Tits c_3s1t0
v_4wv1p,c_a399n v_4wv1p Slut c_a399n
v_4wv1p,c_at9fl v_4wv1p Compilation c_at9fl
v_4wv1p,c_ir9wx v_4wv1p Big Vibrator c_ir9wx

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