Skip to content
New issue

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

issue-191 #194

Closed
wants to merge 1 commit into from
Closed

issue-191 #194

wants to merge 1 commit into from

Conversation

alidevhere
Copy link
Contributor

  • [ x ] Do only one thing
  • [ x ] Non breaking API changes
  • [ x ] Tested

What did this pull request do?

Changes identifier max length for postgres

User Case Description


func (dialector Dialector) Apply(config *gorm.Config) error {
// max identifier length for postgres is 63
config.NamingStrategy = &schema.NamingStrategy{IdentifierMaxLength: 63}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It cannot be overridden directly, for example, the user may specify TablePrefix

@jinzhu jinzhu closed this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants