We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make:entitiy
enumType
I'm suggesting to add this possible outcome to the wizard:
#[ORM\Column(nullable:true, enumType: Suit::class)] private ?Suit $suit = null;
Maybe via a dedicated enum entry in the types list, then by inferring the actual type (i.e. string or int) from the enum itself.
enum
string
int
The text was updated successfully, but these errors were encountered:
There was a feature to convert enum strings to value introduced in v1.43.0 but disappeared in v1.44.0, I dunno why ...
e09a55b
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm suggesting to add this possible outcome to the wizard:
Maybe via a dedicated
enum
entry in the types list, then by inferring the actual type (i.e.string
orint
) from the enum itself.The text was updated successfully, but these errors were encountered: