{"table_name":"mailnest_subscribers","full_table_name":"wp_mailnest_subscribers","description":"Stores mailnest subscribers data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_mailnest_subscribers ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, email VARCHAR(255) NOT NULL, first_name VARCHAR(100) DEFAULT '', last_name VARCHAR(100) DEFAULT '', status ENUM('pending','confirmed','unsubscribed') NOT NULL DEFAULT 'pending', confirm_token VARCHAR(64) DEFAULT NULL, subscribed_at DATETIME DEFAULT CURRENT_TIMESTAMP, ip_address VARCHAR(45) DEFAULT NULL, meta_reeng_sent DATETIME DEFAULT NULL, meta_reeng_opened TINYINT(1) DEFAULT 0, PRIMARY KEY (id), UNIQUE KEY email (email), KEY status_idx (status) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"first_name","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"last_name","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"status","type":"ENUM('pending','confirmed','unsubscribed')","nullable":false,"primary_key":false},{"name":"confirm_token","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"subscribed_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":true,"primary_key":false},{"name":"meta_reeng_sent","type":"DATETIME","nullable":true,"primary_key":false},{"name":"meta_reeng_opened","type":"TINYINT(1)","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/"}}