|| type == ColumnType.DOUBLE
|| type == ColumnType.ULONG,
"Only integer or floating-point columns may be auto-increment.");
}
avroColumnSchema = new AvroColumnSchema(ColumnType.valueOf(type.name()),
isNullable, isAutoIncrement, maxLength, scale, precision);
this.columnName = columnName;
}