knex / knex-schema-inspector

Utility for extracting information about existing DB schema
MIT License
99 stars 43 forks source link

MySQL: Add `enum_values` to Column information #142

Open joselcvarela opened 1 year ago

joselcvarela commented 1 year ago

In this PR we include enum values as enum_values as property of columnInfo call. This is only applied for MySQL for now.

ultimate-tester commented 1 year ago

Would it be possible to merge this with #29 instead?