{"table_name":"analizi","full_table_name":"wp_analizi","description":"Stores analizi data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE analizi (Dry run için) $table_name = ''; if (preg_match('/^\\s*CREATE\\s+TABLE\\s+(?:IF\\s+NOT\\s+EXISTS\\s+)?[`\"]?([a-zA-Z0-9_]+)[`\"]?/i', $statement, $matches)) { $table_name = $matches[1]; } if ($is_dry_run) { // İstatistik topla if (!isset($state['dry_run_stats'])) { $state['dry_run_stats'] = ['tables' => 0, 'queries' => 0]; } $state['dry_run_stats']['queries']++; if ($table_name) { $state['dry_run_stats']['tables']++; } $executed++; return; } // CREATE TABLE için önce DROP if ($table_name) { $wpdb->query(\"DROP TABLE IF EXISTS `{$table_name}`\");","columns":[{"name":"Dry","type":"run","nullable":true,"primary_key":false}],"plugin":{"slug":"alldami-site-migration","name":"ALLDAMI Site Migration","active_installs":0,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/alldami-site-migration/"}}