home / media

video_category

6 rows where v_uid = "v_7sesx"

This data as json, CSV (advanced)

Link v_uid c_uid
v_7sesx,c_0951h v_7sesx Hi-Def c_0951h
v_7sesx,c_0j4bf v_7sesx Amateur c_0j4bf
v_7sesx,c_4swsu v_7sesx Cosplay c_4swsu
v_7sesx,c_hiwod v_7sesx Orgasm c_hiwod
v_7sesx,c_nouxx v_7sesx Creampie c_nouxx
v_7sesx,c_r89kb v_7sesx Substance Use c_r89kb

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