Skip to content

Commit d649920

Browse files
committed
Remove redundant code
1 parent 3592e97 commit d649920

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/ColumnToCode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,6 @@ private function getIsBuiltinType($type, $dbType)
407407
private function resolveEnumType():void
408408
{
409409
if (ApiGenerator::isPostgres()) {
410-
// $rawTableName = $this->dbSchema->getRawTableName($this->tableAlias);
411-
// $this->rawParts['type'] = '"enum_'.$rawTableName.'_' . $this->column->name.'"';
412410
$this->rawParts['type'] = '"'.$this->column->dbType.'"';
413411
return;
414412
}

0 commit comments

Comments
 (0)