setColumn('parent_id', 'integer', 4, array('primary' => true)); $class->setColumn('child_id', 'integer', 4, array('primary' => true)); } }