Skip to content

Method getClobTypeDeclarationSQL in SQLServerPlatform should return NVARCHAR(MAX) #5823

Open
@libo7878

Description

@libo7878

Feature Request

Q A
New Feature yes
RFC yes/no

Summary

Our platform must support more languages such as Japanese, Chinese. But with column type VARCHAR we cannot store character of these languages. Better return NVARCHAR(MAX) to support Unicode characters. Thanks!

public function getClobTypeDeclarationSQL(array $column) { return 'VARCHAR(MAX)'; }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions