{"table_name":"products","full_table_name":"wp_products","description":"Stores products data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `products` ( `product_id` BIGINT NOT NULL , `title` VARCHAR(255) NOT NULL , `description` LONGTEXT NOT NULL , `cost` FLOAT NOT NULL , `version_num` VARCHAR(255) NOT NULL , `download_link` TEXT NOT NULL , PRIMARY KEY (`product_id`) );","columns":[{"name":"product_id","type":"BIGINT","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"cost","type":"FLOAT","nullable":false,"primary_key":false},{"name":"version_num","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"download_link","type":"TEXT","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/"}}