home / media

actress_aliases

4 rows where a_uid = "a_4rwbr"

This data as json, CSV (advanced)

Suggested facets: alias

Link a_uid aliasKey alias
futabairoha,a_4rwbr Futabairoha a_4rwbr futabairoha Futabairoha
hutabairoha,a_4rwbr Futabairoha a_4rwbr hutabairoha Futabairoha
ふたばいろは,a_4rwbr Futabairoha a_4rwbr ふたばいろは ふたばいろは
双葉いろは,a_4rwbr Futabairoha a_4rwbr 双葉いろは 双葉いろは

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