{"table_name":"emarksheet_marks","full_table_name":"wp_emarksheet_marks","description":"Stores emarksheet marks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `emarksheet_marks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `student_id` int(11) NOT NULL, `class_id` int(11) NOT NULL, `marks` TEXT NOT NULL, PRIMARY KEY (`id`) ) AUTO_INCREMENT=4 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;\");","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"student_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"class_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"marks","type":"TEXT","nullable":false,"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/"}}