nextras / dbal

Database Abstraction Layer – concise secure API to construct queries & fetch data
https://nextras.org/dbal
MIT License
79 stars 28 forks source link

ENUM column #153

Closed KarelWintersky closed 3 years ago

KarelWintersky commented 3 years ago

Is work with ENUM Column (rename, change values) supported?

hrach commented 3 years ago

Formatting enum values is done as simple string -> i.e. %s modifier should be sufficient to do the SQL operations. What are you trying to achieve?

KarelWintersky commented 3 years ago

is your package https://github.com/nextras/migrations supports:

(doctrine/dbal does not!)

hrach commented 3 years ago

Nextras Migrations has a different repository.