table im_msg
column sent_time:
declared: array('type' => 'datetime', 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'datetime', 'not null' => TRUE, 'default' => '0000-00-00 00:00:00')
column received_time:
declared: array('type' => 'datetime', 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'datetime', 'not null' => TRUE, 'default' => '0000-00-00 00:00:00')
how to do?
thank you
Comments
Comment #1
oib commented