Skip to content

Support enum values by all DBMS #749

@Tigrov

Description

@Tigrov

Currently enum values supported by yiisoft/db-mysql and yiisoft/db-pgsql only.

For other DBMS enum values can be realized using a constraint:

CHECK (enum_field IN ('value', 'another value', 'something else'))

Updated on 03.10.2023
Related with yiisoft/db-migration#8

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions