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
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
The text was updated successfully, but these errors were encountered:
az seems to ignore the following:
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
The text was updated successfully, but these errors were encountered: