{"table_name":"kyc_verification","full_table_name":"wp_kyc_verification","description":"Stores kyc verification data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_kyc_verification ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, client_id varchar(255) NOT NULL, secret_key varchar(255) NOT NULL) $charset_collate;\"; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"client_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"secret_key","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"shuftipro-kyc-identity-verification","name":"Shuftipro KYC","active_installs":30,"version":"1.1.6","wp_org_url":"https://wordpress.org/plugins/shuftipro-kyc-identity-verification/"}}