{"table_name":"mailnest_opens","full_table_name":"wp_mailnest_opens","description":"Stores mailnest opens data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_mailnest_opens ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, campaign_id BIGINT(20) UNSIGNED NOT NULL, subscriber_id BIGINT(20) UNSIGNED NOT NULL, opened_at DATETIME DEFAULT CURRENT_TIMESTAMP, ip_address VARCHAR(45) DEFAULT NULL, PRIMARY KEY (id), KEY campaign_sub (campaign_id, subscriber_id), KEY opened_at_idx (opened_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"campaign_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"subscriber_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"opened_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":true,"primary_key":false}],"plugin":{"slug":"mailnest","name":"MailNest","active_installs":0,"version":"1.0.5","wp_org_url":"https://wordpress.org/plugins/mailnest/"}}