exec($sql); echo "Table 'roles' created successfully." . PHP_EOL; } catch (PDOException $e) { echo "Error creating table 'roles': " . $e->getMessage() . PHP_EOL; exit(1); }