diff --git a/src/UnicaenOracle/Service/SchemaService.php b/src/UnicaenOracle/Service/SchemaService.php
index 463fabfa3fb4b69de5d39ef05ea645198028466d..5ea42bec44a025dfba50b7bf08ea7990855583bf 100644
--- a/src/UnicaenOracle/Service/SchemaService.php
+++ b/src/UnicaenOracle/Service/SchemaService.php
@@ -300,7 +300,7 @@ EOS;
* @param bool $refConstraintsIncluded
* @return string
*/
- function ~~generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true)
+ function generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true)
{
$schemaName = $this->extractSchemaNameFromConnection($connection);