It looks like when using DBUtil::add_fields() to add a field, the NOT NULL expression is included by default. Is it possible to override this when using add_fields() to allow NULL values?
I want the value to be NULL by default. I tried \DBUtil::add_fields('contact_date' => array('type' => 'date', 'default' => NULL)) but I get an 'Invalid default value' error.