jhartwell / Plsm

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

integer columns not created in schema #110

Closed DEvil0000 closed 3 years ago

DEvil0000 commented 4 years ago

was trying this with a maria DB. all integer columns were not created in the schema modules.

also note that all foreign keys and primary keys did not get create properly but maybe only because they are integer based.

jhartwell commented 3 years ago

@DEvil0000 sorry for the delay but this has been fixed with version 2.4.0. Please let me know if there are any other issues