{"table_name":"entries","full_table_name":"wp_entries","description":"Stores entries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `entries` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fk_ug_id` int(11) DEFAULT NULL, `amount` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `entries__ug` (`fk_ug_id` DESC), KEY `entries__ug2` (`fk_ug_id` ASC), KEY `33` (`id` ASC, `fk_ug_id` DESC) ) /*!50100 TABLESPACE `innodb_system` */ ENGINE=InnoDB AUTO_INCREMENT=4465 DEFAULT CHARSET=utf8 SQL );","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"fk_ug_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"amount","type":"decimal(10,2)","nullable":true,"primary_key":false}],"plugin":{"slug":"rest-routes","name":"Rest Routes – Custom Endpoints for WordPress REST API","active_installs":80,"version":"5.5.5","wp_org_url":"https://wordpress.org/plugins/rest-routes/"}}