Skip to content

Commit 5c31a09

Browse files
committed
Rollback quotes
1 parent 325fe4b commit 5c31a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Table/Teradata/TeradataTableQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getCreateTableCommand(
145145

146146
if ($primaryKeys !== []) {
147147
$columnsSql .= sprintf(
148-
',\nCONSTRAINT %s PRIMARY KEY (%s)',
148+
",\nCONSTRAINT %s PRIMARY KEY (%s)",
149149
self::PK_CONSTRAINT_NAME,
150150
implode(
151151
', ',

0 commit comments

Comments
 (0)