{"table_name":"semantic_entity_registry","full_table_name":"wp_semantic_entity_registry","description":"Stores semantic entity registry data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_semantic_entity_registry ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, entity_id varchar(255) NOT NULL, label varchar(255) NOT NULL, canonical_label varchar(255), type varchar(50), wikidata_qid varchar(50), same_as longtext, synonyms longtext, definition text, canonical_roles longtext, role_frequency longtext, typical_contexts longtext, occurrence_count int NOT NULL DEFAULT 0, mention_count int NOT NULL DEFAULT 0, created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY entity_id (entity_id(191)), KEY type (type), KEY label (label(191)) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"entity_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"label","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"canonical_label","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"type","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"wikidata_qid","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"same_as","type":"longtext","nullable":true,"primary_key":false},{"name":"synonyms","type":"longtext","nullable":true,"primary_key":false},{"name":"definition","type":"text","nullable":true,"primary_key":false},{"name":"canonical_roles","type":"longtext","nullable":true,"primary_key":false},{"name":"role_frequency","type":"longtext","nullable":true,"primary_key":false},{"name":"typical_contexts","type":"longtext","nullable":true,"primary_key":false},{"name":"occurrence_count","type":"int","nullable":false,"primary_key":false},{"name":"mention_count","type":"int","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-data-layer","name":"AI Data Layer – AI SEO & AI Search Optimization: llms.txt, MCP Server, Schema (AEO/GEO)","active_installs":0,"version":"1.13.0","wp_org_url":"https://wordpress.org/plugins/ai-data-layer/"}}