query('DESCRIBE framework_general')->fetchAll(PDO::FETCH_COLUMN); echo 'framework_general columns: ' . implode(', ', \) . PHP_EOL; \ = ['opening_meeting', 'closing_meeting', 'meeting_templates']; foreach(\ as \) echo (in_array(\, \) ? 'EXISTS' : 'MISSING') . ': ' . \ . PHP_EOL; \ = \->query('SHOW TABLES LIKE \ meeting_templates\')->rowCount() > 0; echo 'meeting_templates table: ' . (\ ? 'EXISTS' : 'MISSING') . PHP_EOL; } catch(Exception \) { echo 'Error: ' . \->getMessage(); } ?>