{"table_name":"vv_product_approvals","full_table_name":"wp_vv_product_approvals","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_product_approvals ( id bigint(20) NOT NULL AUTO_INCREMENT, product_id bigint(20) NOT NULL, vendor_id bigint(20) NOT NULL, status varchar(20) NOT NULL DEFAULT 'pending', admin_notes text, revision_requested text, submitted_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, reviewed_at datetime DEFAULT NULL, PRIMARY KEY (id), KEY product_id (product_id), KEY vendor_id (vendor_id), KEY status (status) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"product_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"vendor_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"admin_notes","type":"text","nullable":true,"primary_key":false},{"name":"revision_requested","type":"text","nullable":true,"primary_key":false},{"name":"submitted_at","type":"timestamp","nullable":false,"primary_key":false},{"name":"reviewed_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"aistore-multi-vendor-store","name":"VendorVerse aistore multi vendor store for WooCommerce","active_installs":0,"version":"2.0.0","wp_org_url":"https://wordpress.org/plugins/aistore-multi-vendor-store/"}}