[2.0] Strange formatting fix.
This commit is contained in:
parent
2b8091e80c
commit
c3f5cba785
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class OraclePlatform extends AbstractPlatform
|
||||||
*/
|
*/
|
||||||
public function getCreateSequenceSql($sequenceName, $start = 1, $allocationSize = 1)
|
public function getCreateSequenceSql($sequenceName, $start = 1, $allocationSize = 1)
|
||||||
{
|
{
|
||||||
return 'CREATE SEQUENCE ' . $this->quoteIdentifier($sequenceName)
|
return 'CREATE SEQUENCE ' . $this->quoteIdentifier($sequenceName)
|
||||||
. ' START WITH ' . $start . ' INCREMENT BY ' . $allocationSize;
|
. ' START WITH ' . $start . ' INCREMENT BY ' . $allocationSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue