home / media

actress_aliases

2 rows where a_uid = "a_pbbv4"

This data as json, CSV (advanced)

Link a_uid aliasKey alias
hamabekaho,a_pbbv4 Hamabe Kaho a_pbbv4 hamabekaho Hamabe Kaho
浜辺栞帆,a_pbbv4 Hamabe Kaho a_pbbv4 浜辺栞帆 浜辺栞帆

Advanced export

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

CSV options:

CREATE TABLE actress_aliases (
  a_uid    TEXT NOT NULL REFERENCES actresses(uid) ON DELETE CASCADE,
  aliasKey TEXT NOT NULL,
  alias    TEXT NOT NULL,
  PRIMARY KEY (aliasKey, a_uid)
);
CREATE INDEX idx_actress_aliases_uid ON actress_aliases(a_uid);
Powered by Datasette · Queries took 2.983ms