Doctrine\DBAL\Platforms\PostgreSqlPlatform::getSmallIntTypeDeclarationSQL PHP Method

getSmallIntTypeDeclarationSQL() public method

{@inheritDoc}
public getSmallIntTypeDeclarationSQL ( array $field )
$field array
    public function getSmallIntTypeDeclarationSQL(array $field)
    {
        return 'SMALLINT';
    }
PostgreSqlPlatform