<code type="php">
// turns automatic table creation off

$manager->setAttribute(Doctrine::ATTR_CREATE_TABLES, false);
</code>