jhartwell / Plsm

Elixir mix task to generate Ecto models from already existing tables
MIT License
265 stars 54 forks source link

`:map` type is recognized but not properly exported #90

Closed mradke closed 5 years ago

mradke commented 5 years ago

When experimenting with our existing database I noticed that jsonb columns are recognized by default but not exported into the schema definition.

jhartwell commented 5 years ago

Thank you @mradke , I have merged your code in. Sorry it took so long for me to get to this.

mradke commented 5 years ago

No worries, I actually think you were pretty fast 👍

Thanks for the library, it really saved me some headache! 😄