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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, It might be cool to ask for a default value. Then the default value will be put in __construct() and in #[ORM\Column(options: ['default' => ...])] I also refer to this link: https://hardly-smart.fr/articles/3/pourquoi-il-ne-faut-pas-mise-de-valeur-par-defaut-dans-les-entites-doctrine
__construct()
#[ORM\Column(options: ['default' => ...])]
The text was updated successfully, but these errors were encountered:
[make:entity]
feature symfony#1557 [make:entity] Added prompt for default value if …
a4b0f45
…possible
feature symfony#1557 [make:entity][style] Fixed code style
5a29142
feature symfony#1557 [make:entity][test] Updated tests for default va…
9a596c7
…lues
Might be fixed by #1558
Sorry, something went wrong.
No branches or pull requests
Hi,
It might be cool to ask for a default value.
Then the default value will be put in
__construct()
and in#[ORM\Column(options: ['default' => ...])]
I also refer to this link: https://hardly-smart.fr/articles/3/pourquoi-il-ne-faut-pas-mise-de-valeur-par-defaut-dans-les-entites-doctrine
The text was updated successfully, but these errors were encountered: