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
Record ComplexSubRecord gorm:"column:Record;type:RECORD"``
in the complex record example theres a typo between column and type definition, it has : but it needs ;
The text was updated successfully, but these errors were encountered:
Record ComplexSubRecord
gorm:"column:Record;type:RECORD"``in the complex record example theres a typo between column and type definition, it has : but it needs ;
The text was updated successfully, but these errors were encountered: