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
go-gorm/playground#759
I want to have a table, where the colum can store an array, like text[],
text[]
The full datail is in linked go playground PR.
Error messages truncated:
ERROR: malformed array literal: DETAIL: Array value must start with "{" or dimension information.
The text was updated successfully, but these errors were encountered:
Note that i think postgres supports text[], but mysql and sqlite do not.
Sorry, something went wrong.
Same error here, any solution?
jinzhu
No branches or pull requests
GORM Playground Link
go-gorm/playground#759
Description
I want to have a table, where the colum can store an array, like
text[]
,The full datail is in linked go playground PR.
Error messages truncated:
The text was updated successfully, but these errors were encountered: