176177178179180181182183184185
**/ protected synchronized void addColumnInternal(Column col) { if (col.isPrimaryKey()) { throw new PrimaryKeyColumnNotAllowedException(this.toString(), col.getIdentifier().toString()); } super.addColumnInternal(col); }