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

oib’s picture

Issue summary: View changes
Status: Active » Closed (outdated)