EnumTest3.php 174 Bytes
Newer Older
1 2 3 4 5 6 7
<?php
class EnumTest3 extends Doctrine_Record 
{
    public function setTableDefinition() {
        $this->hasColumn('text', 'string', 10, array('primary' => true));
    }
}