<?php class FooLocallyOwned extends Doctrine_Record { public function setTableDefinition() { $this->hasColumn('name', 'string', 200); } }