{"table_name":"mailnest_clicks","full_table_name":"wp_mailnest_clicks","description":"Stores mailnest clicks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_mailnest_clicks ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, campaign_id BIGINT(20) UNSIGNED NOT NULL, subscriber_id BIGINT(20) UNSIGNED NOT NULL, original_url TEXT NOT NULL, clicked_at DATETIME DEFAULT CURRENT_TIMESTAMP, ip_address VARCHAR(45) DEFAULT NULL, PRIMARY KEY (id), KEY campaign_sub (campaign_id, subscriber_id) ) $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":"original_url","type":"TEXT","nullable":false,"primary_key":false},{"name":"clicked_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/"}}