{"table_name":"hvnly_field_index","full_table_name":"wp_hvnly_field_index","description":"Stores hvnly field index data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_hvnly_field_index ( id bigint(20) NOT NULL AUTO_INCREMENT, property_id bigint(20) NOT NULL, field_key varchar(100) NOT NULL, field_value_index varchar(255) DEFAULT NULL, numeric_value decimal(20,6) DEFAULT NULL, date_value datetime DEFAULT NULL, PRIMARY KEY (id), KEY idx_property (property_id), KEY idx_field_key (field_key), KEY idx_numeric (numeric_value) ) $charset_collate;\"; // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- Static CREATE TABLE schema for plugin migration. // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching -- Plugin migration creates custom tables. $result2 = $wpdb->query($sql2);","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"property_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"field_key","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"field_value_index","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"numeric_value","type":"decimal(20,6)","nullable":true,"primary_key":false},{"name":"date_value","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"havenlytics","name":"Havenlytics – Real Estate Plugin with Advanced Search, Maps & Property Builder","active_installs":10,"version":"3.1.5","wp_org_url":"https://wordpress.org/plugins/havenlytics/"}}