actress_aliases
4 rows where a_uid = "a_5iwcg"
This data as json, CSV (advanced)
Suggested facets: alias
| Link | a_uid | aliasKey | alias |
|---|---|---|---|
| kokomashiro,a_5iwcg | Koko Mashiro a_5iwcg | kokomashiro | Koko Mashiro |
| kokomasiro,a_5iwcg | Koko Mashiro a_5iwcg | kokomasiro | Koko Mashiro |
| ましろここ,a_5iwcg | Koko Mashiro a_5iwcg | ましろここ | ましろここ |
| 真白ここ,a_5iwcg | Koko Mashiro a_5iwcg | 真白ここ | 真白ここ |
Advanced export
JSON shape: default, array, newline-delimited, object
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);