{"table_name":"products_meta","full_table_name":"wp_products_meta","description":"Stores additional metadata (key-value pairs) for products records.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `products_meta` ( `products_meta_id` BIGINT NOT NULL , `products_meta_key` VARCHAR(255) NOT NULL , `products_meta_value` LONGTEXT NOT NULL , `products_meta_date` DATETIME NOT NULL , `product_id` BIGINT NOT NULL , PRIMARY KEY (`products_meta_id`), KEY `fkIdx_155` (`product_id`), CONSTRAINT `products_to_meta` FOREIGN KEY `fkIdx_155` (`product_id`) REFERENCES `products` (`product_id`) );","columns":[{"name":"products_meta_id","type":"BIGINT","nullable":false,"primary_key":false},{"name":"products_meta_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"products_meta_value","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"products_meta_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"product_id","type":"BIGINT","nullable":false,"primary_key":false}],"plugin":{"slug":"email-reminders","name":"Email Reminders","active_installs":200,"version":"2.0.7","wp_org_url":"https://wordpress.org/plugins/email-reminders/"}}