{"table_name":"gs_logo_slider","full_table_name":"wp_gs_logo_slider","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gs_logo_slider ( id BIGINT(20) unsigned NOT NULL AUTO_INCREMENT, shortcode_name TEXT NOT NULL, shortcode_settings LONGTEXT NOT NULL, created_at DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', updated_at DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (id) )\".$wpdb->get_charset_collate().\";\"; if ( get_option(\"wp_gs_logo_slider_db_version\") < $gs_logo_slider_db_version ) { dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT(20) unsigned","nullable":false,"primary_key":true},{"name":"shortcode_name","type":"TEXT","nullable":false,"primary_key":false},{"name":"shortcode_settings","type":"LONGTEXT","nullable":false,"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":"gs-logo-slider","name":"Logo Slider – Logo Showcase, Logo Carousel, Logo Gallery and Client Logo Presentation","active_installs":30000,"version":"3.8.4","wp_org_url":"https://wordpress.org/plugins/gs-logo-slider/"}}