{"table_name":"vv_vendor_plans","full_table_name":"wp_vv_vendor_plans","description":"Stores vv vendor plans data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_vendor_plans ( id bigint(20) NOT NULL AUTO_INCREMENT, name varchar(100) NOT NULL, price decimal(10,2) NOT NULL DEFAULT 0.00, duration_days int(11) NOT NULL DEFAULT 30, max_products int(11) NOT NULL DEFAULT 10, commission_rate decimal(5,2) NOT NULL DEFAULT 10.00, featured_listing tinyint(1) NOT NULL DEFAULT 0, priority_support tinyint(1) NOT NULL DEFAULT 0, is_active tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"price","type":"decimal(10,2)","nullable":false,"primary_key":false},{"name":"duration_days","type":"int(11)","nullable":false,"primary_key":false},{"name":"max_products","type":"int(11)","nullable":false,"primary_key":false},{"name":"commission_rate","type":"decimal(5,2)","nullable":false,"primary_key":false},{"name":"featured_listing","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"priority_support","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"is_active","type":"tinyint(1)","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/"}}