MSCEWI2013
Column converted from Blob data type.
Low
This message is shown when SnowConvert finds a data type BLOB. Since BLOB is not supported in Snowflake, the type is changed to Binary.
CREATE TABLE TableExample
(
ColumnExample BLOB
)
CREATE TABLE PUBLIC.TableExample
(
ColumnExample BINARY /*** MSC-WARNING - MSCEWI2013 - COLUMN CONVERTED FROM BLOB 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