{"table_name":"dokan_refund","full_table_name":"wp_dokan_refund","description":"Stores dokan refund data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_dokan_refund` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint(20) unsigned NOT NULL, `seller_id` bigint(20) NOT NULL, `refund_amount` decimal(19,4) NOT NULL, `refund_reason` text NULL, `item_qtys` varchar(200) NULL, `item_totals` text NULL, `item_tax_totals` text NULL, `restock_items` varchar(10) NULL, `date` timestamp NOT NULL, `status` int(1) NOT NULL, `method` varchar(30) NOT NULL, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"order_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"seller_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"refund_amount","type":"decimal(19,4)","nullable":false,"primary_key":false},{"name":"refund_reason","type":"text","nullable":true,"primary_key":false},{"name":"item_qtys","type":"varchar(200)","nullable":true,"primary_key":false},{"name":"item_totals","type":"text","nullable":true,"primary_key":false},{"name":"item_tax_totals","type":"text","nullable":true,"primary_key":false},{"name":"restock_items","type":"varchar(10)","nullable":true,"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}],"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/"}}