{"table_name":"confgu_restore_points","full_table_name":"wp_confgu_restore_points","description":"Stores confgu restore points data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_confgu_restore_points ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, plugin VARCHAR(255) NOT NULL DEFAULT '', version VARCHAR(50) NOT NULL DEFAULT '', snapshot LONGTEXT NOT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY plugin (plugin(191)) ) $charset;\"; dbDelta( $sql_restore_points );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"plugin","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"version","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"snapshot","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"conflict-guard","name":"Conflict Guard","active_installs":0,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/conflict-guard/"}}