@mitchell852 -- I agree with @rob05c on this one -- removing "required" validation on value in the go code would take care of this. The column in the db should be NOT NULL with a default of empty string. This eliminates the need to distinguish between empty string and null in code.
[ Full content available at: https://github.com/apache/trafficcontrol/pull/2635 ] This message was relayed via gitbox.apache.org for [email protected]
