wingechr
wingechr
see also https://github.com/OpenEnergyPlatform/oem2orm/issues/16
`django.core.exceptions.ValidationError: ['“on” value must be either True or False.']`
* [ ] #1009 * [ ] #805 * [ ] #806 * [ ] #762 * [ ] #900
# README ## current state * only allowed to create / insert into sandbox and model_draft * in code: usually checked with UNVERSIONED_SCHEMAS | PLAYGROUNDS * finalized data: move from...
According to multiple tutorials, columns can be configured to not allow NULL values by adding `"is_nullable": "NO"`in the definition. This does not work. Here is a complete example. I create...