{"table_name":"hvnly_section_cache","full_table_name":"wp_hvnly_section_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_hvnly_section_cache ( id bigint(20) NOT NULL AUTO_INCREMENT, section_key varchar(100) NOT NULL, cache_data longtext NOT NULL, cache_hash varchar(64) NOT NULL, expires_at datetime DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY idx_section_key (section_key), KEY idx_expires (expires_at) ) $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. $result1 = $wpdb->query($sql1);","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"section_key","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"cache_data","type":"longtext","nullable":false,"primary_key":false},{"name":"cache_hash","type":"varchar(64)","nullable":false,"primary_key":false},{"name":"expires_at","type":"datetime","nullable":true,"primary_key":false},{"name":"created_at","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/"}}