home / media

video_star

3 rows where a_uid = "a_4ppnt"

This data as json, CSV (advanced)

Link v_uid a_uid
v_6nevo,a_4ppnt v_6nevo Sara Saijo a_4ppnt
v_ocsz2,a_4ppnt v_ocsz2 Sara Saijo a_4ppnt
v_uq8we,a_4ppnt v_uq8we Sara Saijo a_4ppnt

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