{"table_name":"wc_imaxel_authorization_server_tokens","full_table_name":"wp_wc_imaxel_authorization_server_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_wc_imaxel_authorization_server_tokens ( `id` INT(10) NOT NULL AUTO_INCREMENT, `license_key` VARCHAR(255) CHARACTER SET utf8, `token` VARCHAR(999) CHARACTER SET utf8, `expiration_date` DATETIME, `issued_at` DATETIME, PRIMARY KEY (`id`) ) $collate;\" );","columns":[{"name":"id","type":"INT(10)","nullable":false,"primary_key":true},{"name":"license_key","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"token","type":"VARCHAR(999)","nullable":true,"primary_key":false},{"name":"expiration_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"issued_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"imaxeleditors-for-woocommerce","name":"Imaxel editors for WooCommerce","active_installs":10,"version":"1.3.77","wp_org_url":"https://wordpress.org/plugins/imaxeleditors-for-woocommerce/"}}