Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1293 [make:entity] don't set array field default value for nulla…
…ble column (Rootie) This PR was squashed before being merged into the 1.0-dev branch. Discussion ---------- [make:entity] don't set array field default value for nullable column Setting a default value will lead to a wrong (not nullable) return value of the getter method. Also setting a default value on a nullable field somehow cancels out the intention of nullable (except for setting it explicitly). I'm not sure if this should be treated as a bc break. but since no existing properties are overwritten i think it should be fine. Commits ------- 9c12187 [make:entity] don't set array field default value for nullable column
- Loading branch information