home / media

video_star

3 rows where v_uid = "v_xjn6f"

This data as json, CSV (advanced)

Link v_uid a_uid
v_xjn6f,a_407ik v_xjn6f Mayama Riko a_407ik
v_xjn6f,a_53wu5 v_xjn6f Himeno Kanna a_53wu5
v_xjn6f,a_xblo2 v_xjn6f Miyoshi Nana a_xblo2

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