{"table_name":"dokan_withdraw","full_table_name":"wp_dokan_withdraw","description":"Stores dokan withdraw data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_dokan_withdraw` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `amount` decimal(19,4) NOT NULL, `date` timestamp NOT NULL, `status` int(1) NOT NULL, `method` varchar(30) NOT NULL, `note` text NOT NULL, `details` longtext DEFAULT NULL, `ip` varchar(50) NOT NULL, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"amount","type":"decimal(19,4)","nullable":false,"primary_key":false},{"name":"date","type":"timestamp","nullable":false,"primary_key":false},{"name":"status","type":"int(1)","nullable":false,"primary_key":false},{"name":"method","type":"varchar(30)","nullable":false,"primary_key":false},{"name":"note","type":"text","nullable":false,"primary_key":false},{"name":"details","type":"longtext","nullable":true,"primary_key":false},{"name":"ip","type":"varchar(50)","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/"}}