{"table_name":"lemiho_coupon","full_table_name":"wp_lemiho_coupon","description":"Stores lemiho coupon data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE lemiho_coupon(ID int NOT NULL AUTO_INCREMENT, code varchar(255), down varchar(50), CONSTRAINT PK_lemiho_coupon PRIMARY KEY (ID))\"; mysql_query($create);","columns":[{"name":"ID","type":"int","nullable":false,"primary_key":true},{"name":"code","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"down","type":"varchar(50)","nullable":true,"primary_key":false}],"plugin":{"slug":"lemiho-cart","name":"Lemiho Cart","active_installs":0,"version":"2.7.2","wp_org_url":"https://wordpress.org/plugins/lemiho-cart/"}}