home / gleif

entity_addresses

0 rows where _link_entity_statement = 1000006

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [entity_addresses] ( [_link] TEXT 
 , [_link_entity_statement] TEXT 
 , [type] TEXT 
 , [address] TEXT 
 , [country] TEXT 
 , [postcode] TEXT 
 , PRIMARY KEY ([_link]) 
 , FOREIGN KEY ([_link_entity_statement]) REFERENCES [entity_statement]([_link]) 
   );
Powered by Datasette · Queries took 15420.325ms