{"table_name":"vv_vendor_subscriptions","full_table_name":"wp_vv_vendor_subscriptions","description":"Stores vv vendor subscriptions data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_vendor_subscriptions ( id bigint(20) NOT NULL AUTO_INCREMENT, vendor_id bigint(20) NOT NULL, plan_id bigint(20) NOT NULL, starts_at datetime NOT NULL, expires_at datetime NOT NULL, status varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (id), KEY vendor_id (vendor_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":"plan_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"starts_at","type":"datetime","nullable":false,"primary_key":false},{"name":"expires_at","type":"datetime","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","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/"}}