Informix Error -591
-591 Invalid default value for column/variable <column-name>/ </column-name>
<variable-name>.The specified default value is the wrong type or is too long for a column or an SPL-routine variable.
To specify a valid default value for a column, use the DEFAULT clause in a CREATE TABLE statement. To specify a valid default value for a variable in an SPL routine, use the DEFAULT clause in a DEFINE statement.
</variable-name>