{"table_name":"hrp_announcements","full_table_name":"wp_hrp_announcements","description":"Stores hrp announcements data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_hrp_announcements`( ID bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(190) DEFAULT NULL, send_to varchar(190) DEFAULT NULL, announcement text DEFAULT NULL, announced_to text DEFAULT NULL, created_at datetime NOT NULL, updated_at datetime NOT NULL, `user_id` bigint(20) DEFAULT NULL, `status` tinyint(1) DEFAULT 1, PRIMARY KEY (ID), KEY send_to (send_to) ) ENGINE","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(190)","nullable":true,"primary_key":false},{"name":"send_to","type":"varchar(190)","nullable":true,"primary_key":false},{"name":"announcement","type":"text","nullable":true,"primary_key":false},{"name":"announced_to","type":"text","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":true,"primary_key":false}],"plugin":{"slug":"hr-press-lite","name":"HR Press Lite","active_installs":60,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/hr-press-lite/"}}