ariga / entimport

A tool for generating Ent schema from SQL schema
Apache License 2.0
184 stars 55 forks source link

entimport: unsupported type "inet" #20

Open luthfimasruri opened 2 years ago

luthfimasruri commented 2 years ago

Error | missing PostgreSQL fields inet:

2022/02/16 12:18:41 entimport: schema import failed - entimport: unsupported type &{<nil> "inet" '\x00'}
exit status 1
zeevmoney commented 2 years ago

Hi @luthfimasruri & thanks for reaching out 👋🏻

There are several fields which are not yet supported by entimport, I have plans to add all possible PostgreSQL fields, but it will take a few more months.

Contributions are welcome :) and if you want to contribute, you can contact me in the ent Discord and I will guide you how to do it.

waszi commented 2 years ago

Could you include solution here ? Discord invite is expired/invalid. I have also problem with generated schema (they lack all required imports (entsql, field))