home / media

video_star

5 rows where v_uid = "v_b6pkw"

This data as json, CSV (advanced)

Link v_uid a_uid
v_b6pkw,a_7xprh v_b6pkw Mashiro Ai a_7xprh
v_b6pkw,a_91sxc v_b6pkw Momota Mayuka a_91sxc
v_b6pkw,a_bfu5g v_b6pkw Konishi Marie a_bfu5g
v_b6pkw,a_ch9no v_b6pkw Aimi Usui a_ch9no
v_b6pkw,a_ony8k v_b6pkw Mutou Tsugumi a_ony8k

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE video_star (
  v_uid TEXT NOT NULL REFERENCES videos(uid)    ON DELETE CASCADE,
  a_uid TEXT NOT NULL REFERENCES actresses(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, a_uid)
);
CREATE INDEX idx_video_star_a ON video_star(a_uid);
Powered by Datasette · Queries took 2.628ms