{"table_name":"mab_push_notification_history","full_table_name":"wp_mab_push_notification_history","description":"Stores mab push notification history data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_mab_push_notification_history` (`notification_id` int(10) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `message` varchar(500) DEFAULT NULL, `image_url` text NOT NULL, `redirect_activity` enum('home', 'category', 'product') NOT NULL, `category_id` int(10) DEFAULT NULL, `product_id` int(10) DEFAULT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`notification_id`))\"));","columns":[{"name":"notification_id","type":"int(10)","nullable":false,"primary_key":true},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"message","type":"varchar(500)","nullable":true,"primary_key":false},{"name":"image_url","type":"text","nullable":false,"primary_key":false},{"name":"redirect_activity","type":"enum('home', 'category', 'product')","nullable":false,"primary_key":false},{"name":"category_id","type":"int(10)","nullable":true,"primary_key":false},{"name":"product_id","type":"int(10)","nullable":true,"primary_key":false},{"name":"date_added","type":"datetime","nullable":false,"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/"}}