{"slug":"easy-modal","name":"Easy Modal","description":"The #1 WordPress Popup Plugin! Make glorious & powerful popups and market your content like never before - all in minutes!","author":"Daniel Iser","active_installs":7000,"version":"2.1.0","wp_org_url":"https://wordpress.org/plugins/easy-modal/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"em_modal_metas","full_table_name":"wp_em_modal_metas","description":"Stores additional metadata (key-value pairs) for em modal metas records.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9) unsigned","nullable":false,"primary_key":true},{"name":"modal_id","type":"mediumint(9) unsigned","nullable":false,"primary_key":false},{"name":"display","type":"longtext","nullable":true,"primary_key":false},{"name":"close","type":"longtext","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_em_modal_metas ( id mediumint(9) unsigned NOT NULL AUTO_INCREMENT, modal_id mediumint(9) unsigned NOT NULL, display longtext, close longtext, PRIMARY KEY (id) )$charset_collate;\"; dbDelta( $sql );"},{"table_name":"em_modals","full_table_name":"wp_em_modals","description":"Stores em modals data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9) unsigned","nullable":false,"primary_key":true},{"name":"theme_id","type":"mediumint(9) unsigned","nullable":false,"primary_key":false},{"name":"name","type":"varchar(150)","nullable":false,"primary_key":false},{"name":"title","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"content","type":"longtext","nullable":true,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false},{"name":"modified","type":"datetime","nullable":false,"primary_key":false},{"name":"is_sitewide","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"is_system","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"is_trash","type":"tinyint(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_em_modals ( id mediumint(9) unsigned NOT NULL AUTO_INCREMENT, theme_id mediumint(9) unsigned NOT NULL DEFAULT '1', name varchar(150) NOT NULL DEFAULT '', title varchar(255) DEFAULT NULL, content longtext, created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', is_sitewide tinyint(1) NOT NULL DEFAULT '0', is_system tinyint(1) NOT NULL DEFAULT '0', is_trash tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (id) )$charset_collate;\"; dbDelta( $sql );"},{"table_name":"em_theme_metas","full_table_name":"wp_em_theme_metas","description":"Stores additional metadata (key-value pairs) for em theme metas records.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9) unsigned","nullable":false,"primary_key":true},{"name":"theme_id","type":"mediumint(9) unsigned","nullable":false,"primary_key":false},{"name":"overlay","type":"longtext","nullable":true,"primary_key":false},{"name":"container","type":"longtext","nullable":true,"primary_key":false},{"name":"close","type":"longtext","nullable":true,"primary_key":false},{"name":"title","type":"longtext","nullable":true,"primary_key":false},{"name":"content","type":"longtext","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_em_theme_metas ( id mediumint(9) unsigned NOT NULL AUTO_INCREMENT, theme_id mediumint(9) unsigned NOT NULL, overlay longtext, container longtext, close longtext, title longtext, content longtext, PRIMARY KEY (id) )$charset_collate;\"; dbDelta( $sql );"},{"table_name":"em_themes","full_table_name":"wp_em_themes","description":"Stores em themes data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"varchar(150)","nullable":false,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false},{"name":"modified","type":"datetime","nullable":false,"primary_key":false},{"name":"is_system","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"is_trash","type":"tinyint(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_em_themes ( id mediumint(9) unsigned NOT NULL AUTO_INCREMENT, name varchar(150) NOT NULL DEFAULT '', created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', is_system tinyint(1) NOT NULL DEFAULT '0', is_trash tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (id) )$charset_collate;\"; dbDelta( $sql );"}],"table_count":4}