Hi,
I just realised that brighthouse doesnt seem to support enum-columns.:
mysql> create table test (tc1 enum(‘a’,‘b’) null );
ERROR 8 (HY000): Unsupported data type.
What other datatypes are not supported? Does this include SET, too?
What about other string / numeric data types, types of the spatial extension?
CVH

