We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
columnTypes, _ = m.DB.Migrator().ColumnTypes(value) 查询数据的时候columnTypes为空数组,fieldColumnType.DatabaseTypeName()报空指针 如果分布式情况,多连接操作表,很容易发生错误
The text was updated successfully, but these errors were encountered:
jinzhu
No branches or pull requests
Your Question
columnTypes, _ = m.DB.Migrator().ColumnTypes(value)
查询数据的时候columnTypes为空数组,fieldColumnType.DatabaseTypeName()报空指针
如果分布式情况,多连接操作表,很容易发生错误
The document you expected this should be explained
Expected answer
The text was updated successfully, but these errors were encountered: