-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
EntityDefinition@getField $default parameter should not be null #99
Comments
Hi, |
This makes sense. As for a suggestion, could you make it a parameter –blank is empty string– in the MySQLDataFactory just like the useUUIDs? |
Adding a flag to the field in the YAML is a good idea, I will do that. |
👍 |
Mainly writing documentation is left. We are currently porting a bigger project to symfony4 and as soon as this works completly, I can be sure that the abstractions are fine. |
when you submit a form and fields are not required –if the type is text– the values are an empty string.
the getField function replace these empty string value by a null value which breaks the SQL schema of NOT NULL if the definition is VARCHAR
The text was updated successfully, but these errors were encountered: