SSC-EWI-TD0012
Binary does not support default.
Severity
Low
Description
This EWI is shown when SnowConvert finds a data type BINARY along with a DEFAULT value specification. Since default values are not allowed in BINARY columns, it is removed.
Example Code
Teradata:
CREATE TABLE TableExample
(
ColumnExample BINARY DEFAULT '00000000'XB NOT NULL
)Snowflake Scripting:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
