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

@wesbillman

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

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