{"table_name":"index_now_log","full_table_name":"wp_index_now_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_index_now_log ( log_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, created_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00', level enum('emergency','alert','critical','error','warning','notice','info','debug') NOT NULL DEFAULT 'debug', search_engine enum('index-now','yandex-index-now','yandex-webmaster','bing-index-now','bing-webmaster','site','google-webmaster','seznam-index-now','naver-index-now') NOT NULL DEFAULT 'site', direction enum('incoming','outgoing','internal') NOT NULL DEFAULT 'incoming', status_code INT(11) unsigned NOT NULL, message text NOT NULL, PRIMARY KEY (log_id) ) {$charset_collate};\"; dbDelta($sql);","columns":[{"name":"log_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"level","type":"enum('emergency','alert','critical','error','warning','notice','info','debug')","nullable":false,"primary_key":false},{"name":"search_engine","type":"enum('index-now','yandex-index-now','yandex-webmaster','bing-index-now','bing-webmaster','site','google-webmaster','seznam-index-now','naver-index-now')","nullable":false,"primary_key":false},{"name":"direction","type":"enum('incoming','outgoing','internal')","nullable":false,"primary_key":false},{"name":"status_code","type":"INT(11) unsigned","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false}],"plugin":{"slug":"mihdan-index-now","name":"CrawlWP SEO – Instant Search Engine Indexing & SEO Performance Monitor","active_installs":40000,"version":"3.0.17","wp_org_url":"https://wordpress.org/plugins/mihdan-index-now/"}}