{"table_name":"mab_mobileapp_user_tokens","full_table_name":"wp_mab_mobileapp_user_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_mab_mobileapp_user_tokens` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `customer_id` BIGINT(20) UNSIGNED NOT NULL, `user_email` VARCHAR(191) NOT NULL, `user_token` TEXT NOT NULL, `added_date` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_date` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `last_used_time` DATETIME DEFAULT NULL, PRIMARY KEY (`id`), KEY `customer_id` (`customer_id`), KEY `user_email` (`user_email`), KEY `user_token` (`user_token`) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"customer_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"user_email","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"user_token","type":"TEXT","nullable":false,"primary_key":false},{"name":"added_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"last_used_time","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"knowband-mobile-app-builder-for-woocommerce","name":"Knowband Mobile App Builder","active_installs":10,"version":"3.0.1","wp_org_url":"https://wordpress.org/plugins/knowband-mobile-app-builder-for-woocommerce/"}}