setColumn('is_working', 'boolean'); $class->setColumn('is_working_notnull', 'boolean', 1, array('default' => false, 'notnull' => true)); } }