Column

@JvmOverloads
constructor(entity: Entity, name: String, parentColumn: Column? = null, dataType: DataType = DbmsTypes.get(entity.getDbId()).getDataType(ValueType.INTEGER), contentType: AttributeContentType = AttributeContentType.UNKNOWN, spec: AttributeSpec = AttributeSpec.normal)