Epithets
Data license: MIT · Data source: jebboone/deitydb
0 rows where entity_id = "ENT_INACHUS"
This data as json
0 records
CREATE TABLE "entity_epithets" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[epithet_id] TEXT REFERENCES [epithets]([epithet_id]),
[confidence] TEXT,
[source_id] TEXT,
[notes] TEXT,
PRIMARY KEY ([entity_id], [epithet_id])
);
CREATE INDEX [idx_entity_epithets_epithet_id]
ON [entity_epithets] ([epithet_id]);
CREATE INDEX [idx_entity_epithets_entity_id]
ON [entity_epithets] ([entity_id]);