{"slug":"epicwin-subscribers","name":"Epicwin Plugin","description":"This plugin allows your blog visitors to subscribe to your blog via email and receive notifications whenever you create a new post.","author":"Webaholicson","active_installs":100,"version":"1.5","wp_org_url":"https://wordpress.org/plugins/epicwin-subscribers/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"epicwin_feed","full_table_name":"wp_epicwin_feed","description":"Stores epicwin feed data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(5) UNSIGNED","nullable":false,"primary_key":true},{"name":"email","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(30)","nullable":true,"primary_key":false},{"name":"opt_in","type":"TINYINT(1)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE epicwin_feed (id INT(5) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, email VARCHAR(100) NOT NULL, name VARCHAR(30), opt_in TINYINT(1), UNIQUE(email));"}],"table_count":1}