{"table_name":"services","full_table_name":"wp_services","description":"Stores services data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_services ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, description varchar(1000) DEFAULT NULL, duration int(11) NOT NULL, price decimal(10,0) DEFAULT NULL, image int(11) NOT NULL, PRIMARY KEY (id) ) $charset_collate\" );","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"description","type":"varchar(1000)","nullable":true,"primary_key":false},{"name":"duration","type":"int(11)","nullable":false,"primary_key":false},{"name":"price","type":"decimal(10,0)","nullable":true,"primary_key":false},{"name":"image","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-appointments","name":"Wp Appointments","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/wp-appointments/"}}