hasColumn('id', 'integer', null, array('primary', 'sequence' => 'custom_seq')); $this->hasColumn('name', 'string'); } }