✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Plant Associations

29 links between entities and sacred or associated plants.

Data license: MIT · Data source: jebboone/deitydb

0 rows where entity_id = "ENT_WEL_ARAWN"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "entity_plants" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [plant] TEXT REFERENCES [plants]([plant]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [plant])
);
CREATE INDEX [idx_entity_plants_plant]
    ON [entity_plants] ([plant]);
CREATE INDEX [idx_entity_plants_entity_id]
    ON [entity_plants] ([entity_id]);
Powered by Datasette · Queries took 10.74ms · Data license: MIT · Data source: jebboone/deitydb