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

uuid default #136

Open
epipheus opened this issue Mar 2, 2025 · 0 comments
Open

uuid default #136

epipheus opened this issue Mar 2, 2025 · 0 comments

Comments

@epipheus
Copy link

epipheus commented Mar 2, 2025

az seems to ignore the following:

config.generators do |g|
  g.orm :active_record, primary_key_type: :uuid
end

and simply still generate bigint primary keys instead of uuid's. I'm about to try in a perfect clean environment but at present this seems to be a problem. because all of my other models generated have uuid primary key because of this config but because auth is all bigint for primaries none of my associations work because of id mismatches

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

No branches or pull requests

1 participant