Schema reference - Data types - Timestamp.php 160 Bytes
Newer Older
zYne's avatar
zYne committed
1 2 3 4 5 6 7
<?php
class Test extends Doctrine_Record {
    public function setTableDefinition() {
        $this->hasColumn('timestamptest', 'timestamp');
    }
}
?>