home / media

video_star

2 rows where a_uid = "a_tj0xp"

This data as json, CSV (advanced)

Link v_uid a_uid
v_c8pw6,a_tj0xp v_c8pw6 Aoi Yurika a_tj0xp
v_f52rk,a_tj0xp v_f52rk Aoi Yurika a_tj0xp

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 1.851ms