CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Handle nullable fields correctly #28

Closed ftrotter closed 4 years ago

ftrotter commented 6 years ago

First, any field that is a nullable field should have a "Null" checkbox option. When that is checked, you should not be able to use the normal field fill-out mechanism.

Fields that are null by default should begin with this checkbox checked.

seanccsmith commented 4 years ago

Fields that are nullable are now automatically populated with NULL when left blank. Closing issue.