You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think UUID should be a fairly commonly used data type. However, when I tried to generate models using goctl model, I encountered an error stating "unsupported database type: uuid".
I had to enable experimental features to add custom type mappings to resolve this issue.
I just want to understand why goctl doesn't support this type natively.thanks!