{"table_name":"fone_item_clients","full_table_name":"wp_fone_item_clients","description":"Stores fone item clients data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_fone_item_clients` ( `item_client_id` INT(11) NOT NULL AUTO_INCREMENT, `item_create_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `client_id` INT(1) NOT NULL DEFAULT '0', `item_lookup_id` INT(1) NOT NULL DEFAULT '0', `item_client_price` DECIMAL(20,4) NOT NULL DEFAULT '0.0000', `item_tax_rate_id` INT(11) NULL DEFAULT '0', PRIMARY KEY (`item_client_id`) USING BTREE, UNIQUE INDEX `client_id_item_lookup_id` (`client_id`, `item_lookup_id`) USING BTREE ) \".$charset_collate.\" ENGINE=InnoDB AUTO_INCREMENT=1; \"; dbDelta( $sql );","columns":[{"name":"item_client_id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"item_create_date","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"client_id","type":"INT(1)","nullable":false,"primary_key":false},{"name":"item_lookup_id","type":"INT(1)","nullable":false,"primary_key":false},{"name":"item_client_price","type":"DECIMAL(20,4)","nullable":false,"primary_key":false},{"name":"item_tax_rate_id","type":"INT(11)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-facturaone","name":"FacturaONE para WooCommerce con VeriFactu","active_installs":40,"version":"5.39","wp_org_url":"https://wordpress.org/plugins/wp-facturaone/"}}