Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Handle enums in mysql databases #5610

Description

@wesbillman

How can we define enums in mysql? Porting code like this fails

type ENUM('app', 'library', 'service', 'infrastructure', 'data'),
maturity ENUM('incubation', 'mature', 'sunset'),

They get generated as:

Type                 any
Maturity             any

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

githubMarks an issue as synced to Github

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions