{"table_name":"hrp_holidays","full_table_name":"wp_hrp_holidays","description":"Stores hrp holidays data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_hrp_holidays`( ID bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(190) DEFAULT NULL, `start_date` date NULL DEFAULT NULL, `end_date` date NULL DEFAULT NULL, `description` text DEFAULT NULL, `added_by_user_id` bigint(20) DEFAULT NULL, PRIMARY KEY (ID) ) ENGINE","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(190)","nullable":true,"primary_key":false},{"name":"start_date","type":"date","nullable":true,"primary_key":false},{"name":"end_date","type":"date","nullable":true,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"added_by_user_id","type":"bigint(20)","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/"}}