Plant Associations
Data license: MIT · Data source: jebboone/deitydb
0 rows where entity_id = "ENT_ART_ISOLDE"
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]);