1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | CREATE TABLE people ( attribution_name varchar(100), attribution_url varchar(100), license varchar(100), associated_article_count integer, first_use date, latest_use date, mapping_strategy varchar(100), number_of_variants integer, search_api_query text, topicPage text, creator varchar(100), created date, modified date, rightsHolder varchar(200), type text, same_as text, definition text, in_scheme varchar(255), pref_label varchar(255), primary_topic varchar(255) ); |