I have table as shown below. In order to workaround one default now column restriction of MySQL I used the tip as shown here
CREATE TABLE IF NOT E
Default TIMESTAMP is not supported in MySQL before versions 5.6.1 in the same table. After version MySQL 5.6.+ it allows two or more TIMESTAMP columns in same table. You can try updating your mysql version