throw new IllegalArgumentException("columnTypeKind must not be null"); //$NON-NLS-1$
}
if (attributes == null) {
throw new IllegalArgumentException("attributes must not be null"); //$NON-NLS-1$
}
Column column = new Column(columnName, new BasicType(basicTypeKind), attributes);
columns.add(column);
return this;
}