{"table_name":"hrp_shifts","full_table_name":"wp_hrp_shifts","description":"Stores hrp shifts data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_hrp_shifts`( ID bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(191) DEFAULT NULL, `start_time` time DEFAULT NULL, `end_time` time DEFAULT NULL, `holidays` varchar(190) DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (ID), KEY `title` (`title`), KEY `start_time` (`start_time`), KEY `end_time` (`end_time`), KEY `status` (`status`) ) ENGINE","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(191)","nullable":true,"primary_key":false},{"name":"start_time","type":"time","nullable":true,"primary_key":false},{"name":"end_time","type":"time","nullable":true,"primary_key":false},{"name":"holidays","type":"varchar(190)","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":false,"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/"}}