{"table_name":"fkwcppcp_paypal_tokens","full_table_name":"wp_fkwcppcp_paypal_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_fkwcppcp_paypal_tokens ( token_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL, gateway_id VARCHAR(200) NOT NULL, token VARCHAR(200) NOT NULL, is_default TINYINT(1) NOT NULL DEFAULT '0', type VARCHAR(200) NOT NULL, created DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (token_id), KEY user_id (user_id) ) $collate; \"; return $tables; } catch ( \\Exception|\\Error $e ) { // Logger is now static; Logger::error( $e->getMessage() );","columns":[{"name":"token_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"gateway_id","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"token","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"is_default","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"created","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"funnelkit-payment-gateway-paypal-for-woocommerce","name":"FunnelKit Payment Gateway with PayPal for WooCommerce","active_installs":100,"version":"1.0.5","wp_org_url":"https://wordpress.org/plugins/funnelkit-payment-gateway-paypal-for-woocommerce/"}}