Hi there,

I'm trying to reconnect to a previously serialized row, but it throws me
the next exception:
"The specified Table does not have the same columns as the Row"

The confliction DbTable instance has the next declared col which I think
is the reason for not being able to reconnect:

protected $_cols = array(
        ...
        'birth_date' => 'UNIX_TIMESTAMP(birth_date)',
        ...
);

Is there anyway to bypass this check or I should declare that col in any
another way??

-- 
Alayn Gortazar
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+34 94.404.81.82


Reply via email to