{"table_name":"easysms_groups","full_table_name":"wp_easysms_groups","description":"Stores easysms groups data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE easysms_groups ( ID int NOT NULL AUTO_INCREMENT, PRIMARY KEY(ID), groupName varchar(25), groupDescription tinytext )\"; mysql_query($i);","columns":[{"name":"ID","type":"int","nullable":false,"primary_key":true},{"name":"groupName","type":"varchar(25)","nullable":true,"primary_key":false},{"name":"groupDescription","type":"tinytext","nullable":true,"primary_key":false}],"plugin":{"slug":"easysms","name":"EasySMS","active_installs":10,"version":"2.0.7.2","wp_org_url":"https://wordpress.org/plugins/easysms/"}}