Loading src/UnicaenOracle/Service/SchemaService.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/UnicaenOracle/Service/SchemaService.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading