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 must change column type to TIMESTAMP , and in default field set CURRENT_TIMESTAMP