attribute.setMandatory(true);
attribute.setAttributePrecision(pkAttribute.getAttributePrecision());
attribute.setType(pkAttribute.getType());
attribute.setMaxLength(pkAttribute.getMaxLength());
attribute.setAttributePrecision(pkAttribute.getAttributePrecision());
cayenneSecondaryTable.addAttribute(attribute);
DbJoin join = new DbJoin(dbRelationship, column
.getReferencedColumnName(), column.getName());
dbRelationship.addJoin(join);
}