{"table_name":"customers_meta","full_table_name":"wp_customers_meta","description":"Stores additional metadata (key-value pairs) for customers records.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `customers_meta` ( `customers_meta_id` BIGINT NOT NULL , `customers_meta_key` VARCHAR(255) NOT NULL , `customers_meta_value` LONGTEXT NOT NULL , `customers_meta_date` DATETIME NOT NULL , `customer_id` BIGINT NOT NULL , PRIMARY KEY (`customers_meta_id`), KEY `fkIdx_151` (`customer_id`), CONSTRAINT `customers_to_meta` FOREIGN KEY `fkIdx_151` (`customer_id`) REFERENCES `customers` (`customer_id`) );","columns":[{"name":"customers_meta_id","type":"BIGINT","nullable":false,"primary_key":false},{"name":"customers_meta_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"customers_meta_value","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"customers_meta_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"customer_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/"}}