Drarok / ladder2

A PHP database migration tool for MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support CURRENT_TIMESTAMP for DEFAULT and ON UPDATE with DATETIME columns

Drarok opened this issue · comments

MySQL v5.6.5 added support for using CURRENT_TIMESTAMP and its synonyms for DEFAULT and ON UPDATE on DATETIME columns.

Ladder should support this, too.