I\'m working with Zend Framework 1.12 and Mysql. I want to add column in database, which save currenct datetime when record was inserted into table.
Anyone knows how can
You can just define the column like:
DATETIME DEFAULT CURRENT_TIMESTAMP