cd.nullable = co.nullable();
cd.type = co.type();
cd.javaField = fields[i].getName();
cd.primaryKey = null != pk;
cd.autoIncrement = co.autoIncrement();
cd.defaultValue = co.defaultValue();
columnDescriptors.add(cd);
if (cd.primaryKey) {
pks.add(cd);
}