Logger - UNKNOWN column type

Retrieving the table schema for the Loggers table produces an UNKNOWN type for the value column. Is this for some reason or an oversight?

The partial REST response for the Logger table is:

{“name”:“value”,“required”:false,“type”:“UNKNOWN”,“defaultValue”:null,“relatedTable”:null,“customRegex”:null,“autoLoad”:false,“isPrimaryKey”:false},

Hi Roy.

When system cannot identify data column type it will use type UNKNOWN. This is not a problem.
You can change column type on developer console.
Regards,
Kate.