{"table_name":"vv_fraud_alerts","full_table_name":"wp_vv_fraud_alerts","description":"Stores vv fraud alerts data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_fraud_alerts ( id bigint(20) NOT NULL AUTO_INCREMENT, vendor_id bigint(20) DEFAULT NULL, customer_id bigint(20) DEFAULT NULL, order_id bigint(20) DEFAULT NULL, alert_type varchar(50) NOT NULL, severity varchar(20) NOT NULL DEFAULT 'low', details text, is_resolved tinyint(1) NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY alert_type (alert_type), KEY is_resolved (is_resolved) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"vendor_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"customer_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"order_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"alert_type","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"severity","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"details","type":"text","nullable":true,"primary_key":false},{"name":"is_resolved","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/"}}