This is a deprecated version of the SnowConvert documentation, please visit the official site .
This EWI was removed and replaced by .
Severity
High
Description
Create Type statement is not currently supported
Example Code
Input Code:
CREATE TYPE type1 FORCE OID 'abc' SHARING = METADATA DEFAULT COLLATION schema1.collation ACCESSIBLE BY (schema1.unitaccesor) AS OBJECT
(column1 INT, column2 INT)
Output Code:
-- ** MSC-ERROR - MSCEWI3080 - CREATE TYPE NOT SUPPORTED. **
--CREATE TYPE type1 FORCE OID 'abc' SHARING = METADATA DEFAULT COLLATION schema1.collation ACCESSIBLE BY (schema1.unitaccesor) AS OBJECT
--(column1 INT, column2 INT)