{"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","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 );","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}],"plugin":{"slug":"easy-modal","name":"Easy Modal","active_installs":7000,"version":"2.1.0","wp_org_url":"https://wordpress.org/plugins/easy-modal/"}}