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