{"table_name":"vv_messages","full_table_name":"wp_vv_messages","description":"Stores vv messages data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_vv_messages ( id bigint(20) NOT NULL AUTO_INCREMENT, conversation_id bigint(20) NOT NULL, sender_id bigint(20) NOT NULL, receiver_id bigint(20) NOT NULL, order_id bigint(20) NOT NULL DEFAULT 0, message text NOT NULL, attachment_url varchar(500) DEFAULT NULL, is_read tinyint(1) NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY conversation_id (conversation_id), KEY receiver_id (receiver_id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"conversation_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"sender_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"receiver_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"order_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false},{"name":"attachment_url","type":"varchar(500)","nullable":true,"primary_key":false},{"name":"is_read","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/"}}