home / media

video_category

12 rows where v_uid = "v_nswzu"

This data as json, CSV (advanced)

Link v_uid c_uid
v_nswzu,c_2aoww v_nswzu Sample Video c_2aoww
v_nswzu,c_3s1t0 v_nswzu Big Tits c_3s1t0
v_nswzu,c_8s103 v_nswzu Female Boss c_8s103
v_nswzu,c_9snr7 v_nswzu AV Loves Campaign c_9snr7
v_nswzu,c_bdu5v v_nswzu Hard Sex c_bdu5v
v_nswzu,c_e4rza v_nswzu Queen c_e4rza
v_nswzu,c_fqqg0 v_nswzu Eyes-Roll-Back, Fainting c_fqqg0
v_nswzu,c_g1r8g v_nswzu Beautiful Girl c_g1r8g
v_nswzu,c_hqvm9 v_nswzu Confinement c_hqvm9
v_nswzu,c_kf3ks v_nswzu Pantyhose c_kf3ks
v_nswzu,c_uagh4 v_nswzu Featured Actress c_uagh4
v_nswzu,c_yiwc4 v_nswzu Tickling c_yiwc4

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