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
In design/media_types.go you can specify "Any" to represent a json struct, however, I don't see the matching type when declaring that type in design/models.go
I know that postgres supports json fields, and you can set the sql:json variable descriptor. Is there a workaround for this, other than manually changing the code?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
In design/media_types.go you can specify "Any" to represent a json struct, however, I don't see the matching type when declaring that type in design/models.go
I know that postgres supports json fields, and you can set the
sql:json
variable descriptor. Is there a workaround for this, other than manually changing the code?Thanks in advance.
The text was updated successfully, but these errors were encountered: