-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported type TypeJSON #5
Comments
Hi @zzerjae 👋🏻 Your usage is correct, the error message is related to the fact that I didn't implement all field types yet (JSON in your case). I have plans to add the rest of the field types in the recent future, but please feel free to ping me on ent Slack channel if you'd like to contribute. |
Thanks for the quick and kind feedback, @zeevmoney ! I'll consider whether I can contribute. Thank you. |
Is this a similar "error", or well, unsupported field type? (type 2022/06/07 14:51:06 entimport: schema import failed - entimport: unsupported type &{<nil> "varchar[]"} |
Hello, Thanks for creating this tool.
For team with DBA, these tool seems to be of great help.
I have the following schema and I'm running into a problem.
when I tried
exit status 1 with
Am I using it wrong? Or is it a bug?
Mysql: mysql 8
go: 1.17.0
entimport: v0.0.0-20211024085919-20c40b8b2009
The text was updated successfully, but these errors were encountered: