Skip to content

Add feature to store UUID as binary #49

@x7airworker

Description

@x7airworker

Is your feature request related to a problem? Please describe.
Currently an UUID is always stored as a VARCHAR(36), but since UUIDs are just hex values with seperators, they could be stored in a BINARY(16).

Describe the solution you'd like

  • An option in the Column annotation like preferBinary
  • A setting in the ORMConfig like preferBinaryUuids

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions