{"table_name":"dokan_reverse_withdrawal","full_table_name":"wp_dokan_reverse_withdrawal","description":"Stores dokan reverse withdrawal data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_dokan_reverse_withdrawal` ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, `trn_id` bigint(20) UNSIGNED NOT NULL, `trn_type` varchar(200) NOT NULL DEFAULT 'order_commission', `vendor_id` bigint(20) UNSIGNED NOT NULL, `note` mediumtext DEFAULT NULL, `debit` decimal(19,4) NOT NULL DEFAULT '0.0000', `credit` decimal(19,4) NOT NULL DEFAULT '0.0000', `trn_date` int(11) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `trn_date` (`trn_date`), KEY `vendor_id_trn_date` (`vendor_id`,`trn_date`), KEY `vendor_id` (`vendor_id`), KEY `trn_id_type` (`trn_id`,`trn_type`(191)), KEY `vendor_id_trn_date_type` (`vendor_id`,`trn_date`,`trn_type`(191)) ) ENGINE","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"trn_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"trn_type","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"vendor_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"note","type":"mediumtext","nullable":true,"primary_key":false},{"name":"debit","type":"decimal(19,4)","nullable":false,"primary_key":false},{"name":"credit","type":"decimal(19,4)","nullable":false,"primary_key":false},{"name":"trn_date","type":"int(11) UNSIGNED","nullable":false,"primary_key":false}],"plugin":{"slug":"dokan-lite","name":"Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy","active_installs":40000,"version":"4.3.3","wp_org_url":"https://wordpress.org/plugins/dokan-lite/"}}