It is possible to specify an array of default options to be used on every column in your model.
// bootstrap.php // ... $manager->setAttribute(Doctrine::ATTR_DEFAULT_COLUMN_OPTIONS, array('type' => 'string', 'length' => 255, 'notnull' => true));