{"table_name":"wc_reserved_stock","full_table_name":"wp_wc_reserved_stock","description":"Stores wc reserved stock data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_wc_reserved_stock ( `order_id` bigint(20) NOT NULL, `product_id` bigint(20) NOT NULL, `stock_quantity` double NOT NULL DEFAULT 0, `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`order_id`, `product_id`) ) $collate; \" );","columns":[{"name":"order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"product_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"stock_quantity","type":"double","nullable":false,"primary_key":false},{"name":"timestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"expires","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"woocommerce","name":"WooCommerce","active_installs":7000000,"version":"10.7.0","wp_org_url":"https://wordpress.org/plugins/woocommerce/"}}