{"table_name":"lunexia_feed_updates","full_table_name":"wp_lunexia_feed_updates","description":"Stores lunexia feed updates data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lunexia_feed_updates ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, feed_type varchar(100) NOT NULL, feed_url varchar(255), version varchar(20), items_updated int(10) DEFAULT 0, items_added int(10) DEFAULT 0, items_removed int(10) DEFAULT 0, status varchar(50), error_message text, next_update datetime, last_update datetime, created_at datetime NOT NULL, PRIMARY KEY (id), KEY feed_type (feed_type), KEY last_update (last_update), KEY next_update (next_update) ) {$charset_collate};\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"feed_type","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"feed_url","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"version","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"items_updated","type":"int(10)","nullable":true,"primary_key":false},{"name":"items_added","type":"int(10)","nullable":true,"primary_key":false},{"name":"items_removed","type":"int(10)","nullable":true,"primary_key":false},{"name":"status","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"error_message","type":"text","nullable":true,"primary_key":false},{"name":"next_update","type":"datetime","nullable":true,"primary_key":false},{"name":"last_update","type":"datetime","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"lunexia-htaccess-shield","name":"Lunexia .htaccess Shield","active_installs":0,"version":"3.2.1","wp_org_url":"https://wordpress.org/plugins/lunexia-htaccess-shield/"}}