diff --git a/src/lib/ColumnToCode.php b/src/lib/ColumnToCode.php index f4da8079..b407aaaf 100644 --- a/src/lib/ColumnToCode.php +++ b/src/lib/ColumnToCode.php @@ -407,8 +407,6 @@ private function getIsBuiltinType($type, $dbType) private function resolveEnumType():void { if (ApiGenerator::isPostgres()) { - // $rawTableName = $this->dbSchema->getRawTableName($this->tableAlias); - // $this->rawParts['type'] = '"enum_'.$rawTableName.'_' . $this->column->name.'"'; $this->rawParts['type'] = '"'.$this->column->dbType.'"'; return; }