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
NamingStrategy.IdentifierMaxLength has been added in gorm, which allows to override max length of 64. How to make use of this in postgres driver to change it to 63. @jinzhu
i can only think of it like this :
Describe the feature
NamingStrategy.IdentifierMaxLength has been added in gorm, which allows to override max length of 64. How to make use of this in postgres driver to change it to 63.
@jinzhu
i can only think of it like this :
Related Issues
And please assign this issue to me, i will work on it
commited change in gorm
The text was updated successfully, but these errors were encountered: