MSCEWI2014
Column converted from Clob data type.
Low
This message is shown when SnowConvert finds a data type CLOB. Since CLOB is not supported in SnowConvert, the type is changed to VARCHAR.
CREATE TABLE TableExample
(
ColumnExample CLOB
)
CREATE TABLE PUBLIC.TableExample
(
ColumnExample VARCHAR /*** MSC-WARNING - MSCEWI2014 - COLUMN CONVERTED FROM CLOB DATA TYPE ***/
);
- No additional user actions are required.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago