knex-schema-inspector
knex-schema-inspector copied to clipboard
MySQL: Add `enum_values` to Column information
In this PR we include enum values as enum_values as property of columnInfo call.
This is only applied for MySQL for now.
Would it be possible to merge this with #29 instead?