Record Relations Plugin Installation Issue

The following error is displayed when i tried to install the Record Relations Plugin could anybody help me regarding this

Omeka has encountered an error

Zend_Db_Statement_Mysqli_Exception

Mysqli statement execute error : Invalid default value for 'timestamp'

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Invalid default value for 'timestamp' in /var/www/html/NTPLDAM/application/libraries/Zend/Db/Statement/Mysqli.php:214
Stack trace:
#0 /var/www/html/NTPLDAM/application/libraries/Zend/Db/Statement.php(303): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/html/NTPLDAM/application/libraries/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#2 /var/www/html/NTPLDAM/application/libraries/Omeka/Db.php(79): Zend_Db_Adapter_Abstract->query('\n CR...')
#3 /var/www/html/NTPLDAM/plugins/RecordRelations/RecordRelationsPlugin.php(66): Omeka_Db->__call('query', Array)
#4 /var/www/html/NTPLDAM/application/libraries/Omeka/Plugin/Broker.php(145): RecordRelationsPlugin->hookInstall(Array)
#5 /var/www/html/NTPLDAM/application/libraries/Omeka/Plugin/Installer.php(130): Omeka_Plugin_Broker->callHook('install', Array, Object(Plugin))
#6 /var/www/html/NTPLDAM/application/controllers/PluginsController.php(97): Omeka_Plugin_Installer->install(Object(Plugin))
#7 /var/www/html/NTPLDAM/application/libraries/Zend/Controller/Action.php(516): PluginsController->installAction()
#8 /var/www/html/NTPLDAM/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('installAction')
#9 /var/www/html/NTPLDAM/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#10 /var/www/html/NTPLDAM/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#11 /var/www/html/NTPLDAM/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#12 /var/www/html/NTPLDAM/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#13 /var/www/html/NTPLDAM/admin/index.php(28): Omeka_Application->run()
#14 {main}

Could be a mismatch in what's allowed in MySQL versions. What mysql version are you using? You can find that by clicking 'system information' at the bottom of admin pages.

Hi patrick
am using MySQL version 5.7.12.

Looks like it was in fact a change in what MySQL allows. The latest, version 2.0.1, should work okay.