[2.0] Strange formatting fix.
This commit is contained in:
parent
2b8091e80c
commit
c3f5cba785
@ -112,7 +112,7 @@ class OraclePlatform extends AbstractPlatform
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user