{"table_name":"hrp_departments","full_table_name":"wp_hrp_departments","description":"Stores hrp departments data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_hrp_departments`( ID bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(200) DEFAULT NULL, `description` text DEFAULT NULL, `employee_id` int(11) unsigned DEFAULT NULL, created_at datetime NOT NULL, updated_at datetime NOT NULL, PRIMARY KEY (ID) ) ENGINE","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(200)","nullable":true,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"employee_id","type":"int(11) unsigned","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}],"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/"}}