Skip to content

uuid default #136

Description

@epipheus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions