home / media

video_star

2 rows where v_uid = "v_bhwt7"

This data as json, CSV (advanced)

Link v_uid a_uid
v_bhwt7,a_nl9k0 v_bhwt7 Uesaka Mei a_nl9k0
v_bhwt7,a_ys9yf v_bhwt7 Emi Imai a_ys9yf

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