ecto_enum icon indicating copy to clipboard operation
ecto_enum copied to clipboard

Make it clear in the README that MySQL is supported

Open ccapndave opened this issue 6 years ago • 1 comments
trafficstars

Because only Postgres is mentioned by name, its not obvious that MySQL is supported.

ccapndave avatar Nov 07 '19 14:11 ccapndave

@ccapndave Did you manage to use MySQL with this lib? There's this open issue about supporting MySQL enum so I'm not positive it's 100% supported. For example, I can't use create_type and type in my migrations, it just raises an ER_PARSE_ERROR. I'm still able to use it with string backed fields.

thiagomajesk avatar Apr 12 '20 16:04 thiagomajesk