{"table_name":"vv_system_orders","full_table_name":"wp_vv_system_orders","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_system_orders ( id bigint(20) NOT NULL AUTO_INCREMENT, product_id bigint(20) NOT NULL, order_id bigint(20) NOT NULL, product_owner_user_id bigint(20) NOT NULL, order_owner_user_id bigint(20) NOT NULL, ip_address varchar(45) NOT NULL DEFAULT '', created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY order_id (order_id), KEY product_owner_user_id (product_owner_user_id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"product_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"product_owner_user_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"order_owner_user_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"ip_address","type":"varchar(45)","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/"}}