Hello,

has anyone come across a problem with default values not being set?

I have a non-nullable tiny int column with a default value in my Mysql
database but I still have to explicitly set

$newrow->columnName=columnValue;

 in my code else I get

Column 'columnName' cannot be nul


Using ZF 1.0.2...

-- 
-- Luke Kyohere
-- /dev/null

Reply via email to