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