{"table_name":"emarksheet_subject","full_table_name":"wp_emarksheet_subject","description":"Stores emarksheet subject data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `emarksheet_subject` ( `id` int(11) NOT NULL AUTO_INCREMENT, `class` int(11) NOT NULL, `sub_name` varchar(255) NOT NULL, `total_marks` int(11) NOT NULL, `min_pass` int(11) DEFAULT 33, PRIMARY KEY (`id`) )AUTO_INCREMENT=6 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;\");","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"class","type":"int(11)","nullable":false,"primary_key":false},{"name":"sub_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"total_marks","type":"int(11)","nullable":false,"primary_key":false},{"name":"min_pass","type":"int(11)","nullable":true,"primary_key":false}],"plugin":{"slug":"emarksheet","name":"Online Marksheet Creator : eMarksheet","active_installs":10,"version":"5.5.1","wp_org_url":"https://wordpress.org/plugins/emarksheet/"}}