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

places

Data license: MIT · Data source: jebboone/deitydb

0 rows where entity_id = "ENT_PAT_CYRIL_ALEX"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "places" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [place_name] TEXT,
   [place_type] TEXT,
   [place_authority_id] TEXT,
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [confidence] TEXT,
   [review_status] TEXT
);
CREATE INDEX [idx_places_source_id]
    ON [places] ([source_id]);
CREATE INDEX [idx_places_entity_id]
    ON [places] ([entity_id]);
Powered by Datasette · Queries took 1356.514ms · Data license: MIT · Data source: jebboone/deitydb