{"table_name":"vv_vendor_reviews","full_table_name":"wp_vv_vendor_reviews","description":"Stores vv vendor reviews data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_vendor_reviews ( id bigint(20) NOT NULL AUTO_INCREMENT, vendor_id bigint(20) NOT NULL, customer_id bigint(20) NOT NULL, order_id bigint(20) NOT NULL, rating tinyint(1) NOT NULL DEFAULT 5, review text, vendor_response text, is_verified tinyint(1) NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY vendor_id (vendor_id), KEY customer_id (customer_id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"vendor_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"customer_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"rating","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"review","type":"text","nullable":true,"primary_key":false},{"name":"vendor_response","type":"text","nullable":true,"primary_key":false},{"name":"is_verified","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"timestamp","nullable":false,"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/"}}